großkleinschreibung unnötig

This commit is contained in:
hydrant
2020-05-04 18:30:46 +02:00
parent 62e7397d6f
commit 222932c581

View File

@@ -19,7 +19,7 @@ namespace ReallifeGamemode.Server.Core.Commands.Admin
public void Handle(IPlayer player, string option1, string option2 = null) 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") if (option1 != "add" && option1 != "remove" && option1 != "setenter" && option1 != "setexit" && option1 != "list")
{ {