Skip to content

Commit

Permalink
Don't return GameSpaceManagerImpl...
Browse files Browse the repository at this point in the history
  • Loading branch information
Patbox committed Nov 11, 2024
1 parent 2b8cff9 commit 10071a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

@ApiStatus.NonExtendable
public interface GameSpaceManager {
static GameSpaceManagerImpl get() {
static GameSpaceManager get() {
return GameSpaceManagerImpl.get();
}

Expand Down

0 comments on commit 10071a4

Please sign in to comment.