bissl formattiert
This commit is contained in:
@@ -33,7 +33,7 @@ namespace ReallifeGamemode.Server.Core.Commands
|
||||
|
||||
logger.LogInformation("Player '{Name}' executed command '{command}'", player.Name, command);
|
||||
|
||||
if(legacyCommands.Contains(command))
|
||||
if (legacyCommands.Contains(command))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user