Build 0.18.0.0
This commit is contained in:
@@ -400,7 +400,7 @@ namespace Barotrauma
|
||||
|
||||
partial void UpdateControlled(float deltaTime, Camera cam)
|
||||
{
|
||||
if (controlled != this) return;
|
||||
if (controlled != this) { return; }
|
||||
|
||||
ControlLocalPlayer(deltaTime, cam);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user