Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoWQ222 committed Apr 10, 2024
1 parent 3566c4f commit 9d8894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logic/Gaming/Game.cs
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public bool Recycle(long teamID, long shipID)
{
return shipManager.Recycle(ship);
}
}
}
return false;
}
public bool Repair(long teamID, long shipID)
Expand Down

0 comments on commit 9d8894f

Please sign in to comment.