Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
@@ -2765,6 +2765,11 @@ namespace Barotrauma
|
||||
{
|
||||
GameMain.Server.CreateEntityEvent(wall);
|
||||
}
|
||||
foreach (Hull hull in Hull.HullList)
|
||||
{
|
||||
if (hull.IdFreed) { continue; }
|
||||
hull.CreateStatusEvent();
|
||||
}
|
||||
}));
|
||||
commands.Add(new Command("stallfiletransfers", "stallfiletransfers [seconds]: A debug command that makes all file transfers take at least the specified duration.", (string[] args) =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user