Remove component.Paused (#6285)
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Content.Server.Light.EntitySystems
|
||||
continue;
|
||||
}
|
||||
|
||||
if (handheld.Paused) continue;
|
||||
if (Paused(handheld.Owner)) continue;
|
||||
TryUpdate(handheld, frameTime);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user