Skip to content

Commit 6fb9672

Browse files
committed
Fix
1 parent 5cc6707 commit 6fb9672

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/com/hiddentech/playerstorage/PlayerStorageAPI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public PlayerRegistry getRegistry() {
6161

6262
private PlayerStorageAPI(JavaPlugin plugin) {
6363
this.plugin = plugin;
64+
//unsure why this is not being found in my ide
6465
this.registry = new PlayerRegistry(this);
6566
new PlayerJoinListener(this);
6667
new PlayerQuitListener(this);

0 commit comments

Comments
 (0)