Skip to content

Commit

Permalink
thats just ballux
Browse files Browse the repository at this point in the history
  • Loading branch information
not-coded committed Aug 2, 2024
1 parent 5daecbd commit 4bbe860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void addBanToList(NexiaPlayer player, PlayerGameMode gameMode, Str
try {
JSONObject jsonObject = new JSONObject();

jsonObject.put("uuid", player.getUUID());
jsonObject.put("uuid", player.getUUID().toString());
jsonObject.put("gamemode", gameMode.id);
jsonObject.put("reason", reason);
jsonObject.put("duration", duration.format(DateTimeFormatter.ISO_LOCAL_DATE_TIME));
Expand Down

0 comments on commit 4bbe860

Please sign in to comment.