mirror of
https://github.com/trainerlord/WorldSystem.git
synced 2025-02-22 02:11:27 +01:00
removed preview template string
This commit is contained in:
parent
ec8926c350
commit
bf4d49ae3c
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user