(58b5b8b6a) Fixed nullref exception when trying to spawn items with the "spawnitem" command when a round is not running

This commit is contained in:
Joonas Rikkonen
2019-04-18 12:31:23 +03:00
parent 639eb6c1f3
commit da3e325ffc
5 changed files with 20 additions and 88 deletions
@@ -271,7 +271,7 @@ namespace Barotrauma.Items.Components
}
}
}
}
}
if (highlighted != null)
{