test ausgaben entfernt
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user