Skip to content

Commit

Permalink
undo compilation test
Browse files Browse the repository at this point in the history
  • Loading branch information
4321ba authored May 16, 2024
1 parent ca8690b commit 5fbecfb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drukmakor/src/main/java/drukmakor/Character.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public abstract class Character implements Tickable {
* @param cp
*/
public Character(Element cp) {
qweasd
isStuck = 0;
currentPosition = cp.acceptCharacter(null, this);
if (currentPosition == null)
Expand Down

0 comments on commit 5fbecfb

Please sign in to comment.