Fix sleep wake spam (#13047)

This commit is contained in:
metalgearsloth
2023-01-10 22:46:58 +11:00
committed by GitHub
parent a4725ef58e
commit e79d822206
4 changed files with 66 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
using Content.Server.Bed.Sleep;
namespace Content.Client.Bed;
public sealed class SleepingSystem : SharedSleepingSystem
{
}