diff --git a/NwPluginAPI/Core/Warhead.cs b/NwPluginAPI/Core/Warhead.cs index 1d4bb86..804d5e0 100644 --- a/NwPluginAPI/Core/Warhead.cs +++ b/NwPluginAPI/Core/Warhead.cs @@ -81,12 +81,8 @@ public static void Start(bool isAutomatic = true, bool suppressSubtitles = false /// /// Show the shake effect to all players. /// - public static void Shake() - { - //foreach(var player in Player.List) - // player.Warhead.Shake(); - } + public static void Shake() => Server.Instance.GetComponent(globalSearch: true).RpcShake(true); #endregion } -} \ No newline at end of file +}