Dieser Commit ist enthalten in:
Ursprung
ef8e5a3a0d
Commit
143cc279d3
@ -160,7 +160,11 @@ public class FightCommand extends BasicCommand {
|
||||
if(map == null)
|
||||
return;
|
||||
|
||||
callback.run(player, mode, map);
|
||||
if(precommand.equals("/bau testarena ") || precommand.startsWith("/challenge ")) {
|
||||
callback.run(player, mode, map);
|
||||
} else if(suggestMerging(player, mode, map, callback)) {
|
||||
callback.run(player, mode, map);
|
||||
}
|
||||
}
|
||||
|
||||
public static boolean suggestMerging(ProxiedPlayer player, ArenaMode mode, String map, FightCallback declineMerge) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren