mirror of
https://github.com/array-in-a-matrix/brainwine.git
synced 2025-04-02 11:11:58 -04:00
Removed unused function
This commit is contained in:
parent
2a3c30d777
commit
e9975a38c6
1 changed files with 0 additions and 13 deletions
|
@ -954,17 +954,4 @@ public class Zone {
|
|||
});
|
||||
return config;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return A {@link Map} containing all the portal-related data.
|
||||
*/
|
||||
public Map<String, Object> getPortalConfig() {
|
||||
Map<String, Object> config = new HashMap<>();
|
||||
config.put("name", name);
|
||||
config.put("biome", biome);
|
||||
config.put("players", players.size());
|
||||
config.put("explored", getExplorationProgress());
|
||||
config.put("gen_date", "2021-02-15"); // format = yyyy-mm-dd
|
||||
return config;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue