großkleinschreibung unnötig
This commit is contained in:
@@ -19,7 +19,7 @@ namespace ReallifeGamemode.Server.Core.Commands.Admin
|
||||
|
||||
public void Handle(IPlayer player, string option1, string option2 = null)
|
||||
{
|
||||
option1 = option1.ToString();
|
||||
option1 = option1.ToString().ToLower();
|
||||
|
||||
if (option1 != "add" && option1 != "remove" && option1 != "setenter" && option1 != "setexit" && option1 != "list")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user