Skip to content

Commit

Permalink
Properly rename savePlayerData to save
Browse files Browse the repository at this point in the history
  • Loading branch information
RealTriassic committed Oct 19, 2024
1 parent 2d31908 commit efdde94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public void onDefineCommands(GeyserDefineCommandsEvent event) {

@Subscribe
public void onShutdown(GeyserShutdownEvent event) {
playerDataManager.savePlayerData();
playerDataManager.save();
}

public boolean reloadConfig() {
Expand Down

0 comments on commit efdde94

Please sign in to comment.