fixes 'paper is true' when clicking scissor button

This commit is contained in:
Cayden Lee Brackett 2024-11-16 19:15:03 -05:00
parent f8a6411730
commit 794bfea6f6

View File

@ -53,7 +53,7 @@ public class Rock_paper {
if(scissors == true) {
paper = false;
scissors = false;
System.out.println("paper is true");
System.out.println("Scirrors is true");
};
}