fixes 'paper is true' when clicking scissor button
This commit is contained in:
parent
f8a6411730
commit
794bfea6f6
@ -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");
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user