Skip to content

Commit

Permalink
Fix error on initial server setup
Browse files Browse the repository at this point in the history
  • Loading branch information
SamB440 committed Mar 26, 2023
1 parent 83e6689 commit 4e4abfb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ private CompletableFuture<Void> create(TaleOfKingdomsAPI api, ServerPlayerEntity
/*instance.reset(player);
instance.sync(player);*/
instance.save(server.getLevelName());
ServerConquestInstance.sync(player, instance);
}).exceptionally(error -> {
error.printStackTrace();
return null;
Expand Down

0 comments on commit 4e4abfb

Please sign in to comment.