Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
re-enabled damage from lasers
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl August Gjørsvik authored and Carl August Gjørsvik committed Apr 30, 2019
1 parent dfe4d38 commit d77f784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/sky7/game/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Game implements IGame {
private IBoard board;
private List<Integer> destroyedRobots = new ArrayList<>();
private boolean hosting;
private boolean disableDamage = true;
private boolean disableDamage = false;

/**
* The construct for a game engine on host.
Expand Down

0 comments on commit d77f784

Please sign in to comment.