"seed" command

This commit is contained in:
juanjp600
2017-06-23 10:15:29 -03:00
parent ad1935fdcf
commit 3b343899c0
4 changed files with 14 additions and 2 deletions
+2
View File
@@ -309,6 +309,7 @@ namespace Barotrauma
break;
case "kickid":
if (GameMain.Server == null || commands.Length < 2) break;
{
int id = 0;
int.TryParse(commands[1], out id);
@@ -317,6 +318,7 @@ namespace Barotrauma
break;
case "banid":
if (GameMain.Server == null || commands.Length < 2) break;
{
int id = 0;
int.TryParse(commands[1], out id);