Add some Faction commands, Try EF error fix

This commit is contained in:
Lennart Kampshoff
2018-09-23 13:34:02 +02:00
parent c35b81629f
commit 22df6c6a2e
4 changed files with 81 additions and 13 deletions

View File

@@ -43,11 +43,5 @@ namespace reallife_gamemode
}
}
}
[ServerEvent(Event.ResourceStop)]
public void OnResourceStop()
{
NAPI.Chat.SendChatMessageToAll("on stop");
}
}
}