13
0

Hopefull fix JumpAndRunCommand
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2023-04-16 11:09:17 +02:00
Ursprung 85d0afa842
Commit 1dca94056d

Datei anzeigen

@ -17,7 +17,7 @@ public class JumpAndRunCommand extends SWCommand {
@Register @Register
public void genericCommand(Player player, String... args) { public void genericCommand(Player player, String... args) {
String time = UserConfig.getConfig(player.getUniqueId(), "jump_and_run"); String time = UserConfig.getConfig(player.getUniqueId(), JumpAndRun.JUMP_AND_RUN_CONFIG);
if (time == null) { if (time == null) {
LobbySystem.getMessage().sendPrefixless("JUMP_AND_RUN_PERSONAL_BEST_NO_TIME", player); LobbySystem.getMessage().sendPrefixless("JUMP_AND_RUN_PERSONAL_BEST_NO_TIME", player);
return; return;