Don't allow toggling internals while asleep (#29753)
This commit is contained in:
@@ -100,7 +100,7 @@ public sealed class InternalsSystem : EntitySystem
|
||||
// Toggle off if they're on
|
||||
if (AreInternalsWorking(internals))
|
||||
{
|
||||
if (force || user == uid)
|
||||
if (force)
|
||||
{
|
||||
DisconnectTank(internals);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user