Suggest removal of world name tracking.

This commit is contained in:
asofold 2016-11-24 11:18:21 +01:00
parent 6c73ab005e
commit f372d76272

View File

@ -95,6 +95,7 @@ public class NetData extends ACheckData {
* Keep track of current world name, to be used for asynchronous world
* config getting. Set on join and world change, reset on leave.
*/
// TODO: Remove? (Despite future use cases where this is nice to have.)
public String currentWorldName = null;
public NetData(final NetConfig config) {