Fixed host's character spawning twice, some cleanup (LINQ <3)

This commit is contained in:
Regalis
2016-09-27 17:31:26 +03:00
parent 344947c3c4
commit 8f0d16b145
3 changed files with 32 additions and 101 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ namespace Barotrauma
public virtual void Update(float deltaTime) { }
public virtual bool AssignClientIDs(List<Networking.Client> clients) { return false; }
public virtual bool AssignTeamIDs(List<Networking.Client> clients) { return false; }
public void ShowMessage(int index)
{