Fuel rods can't be turned back to uranium/incendium if they've already been used, fixed level generation breaking with smaller subs
This commit is contained in:
@@ -602,7 +602,7 @@ namespace Barotrauma.Networking
|
||||
|
||||
gameStarted = true;
|
||||
|
||||
endRoundButton.Visible = Voting.AllowEndVoting;
|
||||
endRoundButton.Visible = Voting.AllowEndVoting && myCharacter != null;
|
||||
|
||||
GameMain.GameScreen.Select();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user