Skip to content

Commit cdfb2cf

Browse files
authored
Clarify instructions on getting a dev engine capable room (#3007)
1 parent fb93193 commit cdfb2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZkLobbyServer/autohost/Commands/CmdEngine.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public override string Arm(ServerBattle battle, Say e, string arguments = null)
2323

2424
if ((battle.Mode != AutohostMode.None || !battle.IsPassworded) && engine != battle.server.Engine && !battle.IsAutohost)
2525
{
26-
battle.Respond(e, $"You cannot change engine to version other than {battle.server.Engine} here, use custom passworded room");
26+
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')");
2727
return null;
2828
}
2929

0 commit comments

Comments
 (0)