Revert "nodmzone, COMMIT NUR ZUM TESTEN"

This reverts commit 3edd6b5560
This commit is contained in:
hydrant
2021-04-21 23:14:14 +02:00
parent 556f270b06
commit 9459cd9ed3
7 changed files with 1 additions and 59 deletions

View File

@@ -9,11 +9,6 @@ namespace ReallifeGamemode.Server.Events
{
internal class PlayerEvent : Script
{
[ServerEvent(Event.PlayerDamage)]
public void OnPlayerDamage(Player player, float healthLoss, float armorLoss) {
ChatService.Broadcast("dmg");
}
[RemoteEvent("CLIENT:SET_InFrontOfPos")]
public void SetFrontOfPos(Player player, Vector3 pos)
{