mirror of
https://github.com/SimplexDevelopment/FeelingLucky.git
synced 2025-07-05 19:46:41 +00:00
Alpha 1.0 RC02
Changelog: - Some visibility changes (Developers) - Added the Luck command. - Added some extra backend shortcuts
This commit is contained in:
@ -57,7 +57,7 @@ public record PlayerHandler(FeelingLucky plugin) implements Listener {
|
||||
playerLuckMap.put(player, container);
|
||||
}
|
||||
|
||||
public void updatePlayer(Player player, Luck luck) {
|
||||
public static void updatePlayer(Player player, Luck luck) {
|
||||
playerLuckMap.replace(player, luck);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user