diff --git a/ZkLobbyServer/autohost/Commands/CmdEngine.cs b/ZkLobbyServer/autohost/Commands/CmdEngine.cs index fffa9a13d..326d56dd9 100644 --- a/ZkLobbyServer/autohost/Commands/CmdEngine.cs +++ b/ZkLobbyServer/autohost/Commands/CmdEngine.cs @@ -23,7 +23,7 @@ public override string Arm(ServerBattle battle, Say e, string arguments = null) if ((battle.Mode != AutohostMode.None || !battle.IsPassworded) && engine != battle.server.Engine && !battle.IsAutohost) { - battle.Respond(e, $"You cannot change engine to version other than {battle.server.Engine} here, use custom passworded room"); + battle.Respond(e, $"You cannot change engine to version other than {battle.server.Engine} here, must be the Custom room type (say '!type custom') and passworded (say '!password bla', can remove it afterwards via '!password')"); return null; }