You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1053,7 +1061,11 @@ public virtual void ValidateBattleStatus(UserBattleStatus ubs)
1053
1061
SayBattle("Your Rank ("+Ranks.RankNames[ubs.LobbyUser.Rank]+") is too low. The minimum Rank to play in this battle is "+Ranks.RankNames[MinRank]+".",ubs.Name);
battle.Respond(e,$"You cannot change engine to version other than {battle.server.Engine} here, use custompassworded 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')");
0 commit comments