Update AdvancedPortalsPlugin.java

This commit is contained in:
tmantti 2020-07-16 12:33:59 +03:00 committed by GitHub
parent cf2ff77ccb
commit 35845e1caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ public class AdvancedPortalsPlugin extends JavaPlugin {
public boolean registeredBungeeChannels = false;
// public HashMap<OfflinePlayer, String> PlayerDestiMap = new HashMap<>();
public HashMap<String, String> PlayerDestiMap = new HashMap<>();
public void onEnable() {