Add Header Comments, Add 'null'-Checks on Commands

This commit is contained in:
hydrant
2018-09-19 12:50:43 +02:00
parent 91e2fbe4ec
commit e4efbc8ef6
4 changed files with 26 additions and 10 deletions

View File

@@ -7,6 +7,12 @@ namespace reallife_gamemode.Server.Services
{
class ChatService
{
/**
* @overview Life of German Reallife - Chat Service (ChatService.cs)
* @author hydrant
* @copyright (c) 2008 - 2018 Life of German
*/
public static void NotAuthorized(Client player)
{
player.SendChatMessage("~r~[FEHLER]~s~ Du kannst diesen Befehl nicht ausführen.");