Skip to content

Commit

Permalink
Remove semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
senseiwells committed Jan 3, 2024
1 parent 5f7e853 commit fd80e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ object PlayerRecorders {

@JvmStatic
fun getByUUID(uuid: UUID): PlayerRecorder? {
return this.players[uuid];
return this.players[uuid]
}

@JvmStatic
Expand Down

0 comments on commit fd80e86

Please sign in to comment.