removed preview template string

This commit is contained in:
danielb 2024-05-23 18:06:57 +00:00
parent ec8926c350
commit bf4d49ae3c

View File

@ -120,7 +120,7 @@ public class DependenceConfig {
PlayerWorld[] worlds = db.getWorldsForPlayer(uuid);
db.close();
return STR."ID\{worlds[0].getWorld_id()}-\{uuid}";
return String.format("ID%s-%d", worlds[0].getWorld_id(), uuid);
}
public String getWorldNameByOfflinePlayer() {