test ausgaben entfernt

This commit is contained in:
Fabian
2021-04-21 20:33:58 +02:00
parent 3cbca7ec1e
commit fed8dc786d
2 changed files with 0 additions and 13 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)
{