Some more randomness in level generation, info message about the radio command in mp

This commit is contained in:
Regalis
2016-04-23 17:32:52 +03:00
parent 1a96159bdb
commit 8c19adeb5e
4 changed files with 20 additions and 11 deletions

View File

@@ -585,11 +585,6 @@ namespace Barotrauma
}
}
if (cells.IndexOf(closestCell) == -1)
{
int asdf = 1;
}
return cells.IndexOf(closestCell);
}