Add some Admin Commands

This commit is contained in:
xSprite
2018-09-24 14:52:32 +02:00
parent 5ed81d4d1e
commit e3bd609d71
3 changed files with 285 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ using System.Text;
/**
* @overview Life of German Reallife - Chat Service (ChatService.cs)
* @author hydrant
* @author hydrant, xSprite
* @copyright (c) 2008 - 2018 Life of German
*/
@@ -27,5 +27,9 @@ namespace reallife_gamemode.Server.Services
{
player.SendChatMessage("~r~[FEHLER]~s~ Du bist nicht eingeloggt.");
}
public static void ErrorMsg(Client player)
{
player.SendChatMessage("~r~[FEHLER]~s~ Die Aktion wurde nicht ausgeführt.");
}
}
}