Umstrukturierung
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
[Command("gc", "~m~Benutzung: ~s~/gc [Nachricht]", GreedyArg = true)]
|
||||
public void CmdGroupG(Client player, string message)
|
||||
{
|
||||
Entities.Group group = player.GetUser().Group;
|
||||
Database.Entities.Group group = player.GetUser().Group;
|
||||
if (group == null)
|
||||
{
|
||||
ChatService.NotAuthorized(player);
|
||||
|
||||
Reference in New Issue
Block a user