Merged branch master into new-netcode

This commit is contained in:
juanjp600
2016-09-27 19:45:14 -03:00
20 changed files with 712 additions and 253 deletions

View File

@@ -495,10 +495,6 @@ namespace Barotrauma
case "fire":
if (GameMain.Client == null) Hull.EditFire = !Hull.EditFire;
break;
case "generatelevel":
GameMain.Level = new Level("asdf", 50.0f, 500,500, 50);
GameMain.Level.Generate();
break;
case "fixitems":
foreach (Item it in Item.ItemList)