ja
This commit is contained in:
@@ -12,7 +12,6 @@ namespace ReallifeGamemode.Server.Commands
|
||||
{
|
||||
class UserCommands : Script
|
||||
{
|
||||
|
||||
[Command("dice", "~m~Benutzung: ~s~/dice")]
|
||||
public void CmdUserDice(Client player)
|
||||
{
|
||||
@@ -28,8 +27,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
if (!managedClient.IsLoggedIn()) return;
|
||||
ChatService.SendMessage(managedClient, "* " + player.Name + " hat eine " + number + " gewürfelt.");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
[Command("car", "~m~Benutzung: ~s~/car")]
|
||||
public void CmdUserCar(Client player)
|
||||
|
||||
Reference in New Issue
Block a user