Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ZkLobbyServer/autohost/Commands/CmdEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
Loading