mirror of
https://github.com/SunNetservers/MiniGames.git
synced 2025-12-22 18:58:48 +01:00
Adds a message when a player joins an arena
This commit is contained in:
@@ -99,6 +99,7 @@ public class JoinDropperArenaCommand implements CommandExecutor {
|
||||
} else {
|
||||
// Make sure to update the state again in the air to remove a potential swimming state
|
||||
newSession.getEntryState().setArenaState();
|
||||
player.sendMessage(Message.SUCCESS_ARENA_JOINED.getMessage());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,6 +91,7 @@ public class JoinParkourArenaCommand implements CommandExecutor {
|
||||
} else {
|
||||
// Make sure to update the state again in the air to remove a potential swimming state
|
||||
newSession.getEntryState().setArenaState();
|
||||
player.sendMessage(Message.SUCCESS_ARENA_JOINED.getMessage());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user