rent stop not case sensitive
This commit is contained in:
@@ -29,7 +29,7 @@ namespace ReallifeGamemode.Server.Commands
|
||||
{
|
||||
if (!player.IsLoggedIn()) return;
|
||||
|
||||
if (option != "stop")
|
||||
if (option.ToLower() != "stop")
|
||||
{
|
||||
player.SendChatMessage("Mit \"/rent stop\" kannst du die Miete kündigen");
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user