Jetpacks (#9023)
* Movement acceleration * tweaks * Weightless refactor coz fuck it * CCVars * weightless movement tweaks * Some cleanup while I'm here * dorkpacks * thanks fork * fixes * zoomies * toggles * hmm * yamls * b * so true * Effects refactor * namespace * review
This commit is contained in:
11
Content.Client/Spawners/TimedDespawnSystem.cs
Normal file
11
Content.Client/Spawners/TimedDespawnSystem.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Content.Shared.Spawners.EntitySystems;
|
||||
|
||||
namespace Content.Client.Spawners;
|
||||
|
||||
public sealed class TimedDespawnSystem : SharedTimedDespawnSystem
|
||||
{
|
||||
protected override bool CanDelete(EntityUid uid)
|
||||
{
|
||||
return uid.IsClientSide();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user