Skip to content

Commit

Permalink
Small error fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sütheö István committed May 22, 2024
1 parent 2a7d950 commit 09b2161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Drumakomi_sivatag/src/main/java/Pipe.java
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ public void setStucky(int i) {

public void setSlippery(int i) {
slippery = i;
}
// For tests
public void AddPlayer(Player p) {
player.add(p);
Expand Down

0 comments on commit 09b2161

Please sign in to comment.