Skip to content

Commit

Permalink
fixed player import bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Biplon committed Jul 27, 2020
1 parent c1eb695 commit 69ac8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PlayertoSql
author: Vestri
description: Plugin Player to Sql
version: 0.30
version: 0.31
api-version: 1.15
main: pts.java.PlayertoSql
depend: [ProtocolLib]
Expand Down
1 change: 1 addition & 0 deletions src/pts/java/player/PlayerManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public void onPlayerJoin(Player p)
if (ConfigManager.playercreate)
{
DatabaseManager.getInstance().createPlayer(p);
playerloaded.add(p.getUniqueId());
}
else
{
Expand Down

0 comments on commit 69ac8d0

Please sign in to comment.