Skip to content

Commit

Permalink
Removed debug error throw
Browse files Browse the repository at this point in the history
  • Loading branch information
MineDragonCZ committed Jul 14, 2023
1 parent d5601c4 commit 3196f06
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,6 @@ protected void openGate(StargatePos targetGatePos, boolean isInitiating) {
* Called either on pressing BRB on open gate or close command from a computer.
*/
protected void closeGate(StargateClosedReasonEnum reason) {
JSG.error("Test ", new Exception("Test"));
stargateState = EnumStargateState.UNSTABLE;
energySecondsToClose = 0;
resetOpenedSince();
Expand Down

0 comments on commit 3196f06

Please sign in to comment.