Fix server tps metadata key

This commit is contained in:
cnr 2017-07-07 16:45:04 -07:00
parent dd12824402
commit c0cc3789b1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ public class ServerInfoMetadata extends AnticheatMetadata
private static final String KEY_SERVER_NAME = "server-name";
private static final String KEY_SERVER_REGION = "server-region";
private static final String KEY_SERVER_GROUP = "server-group";
private static final String KEY_SERVER_TPS = "";
private static final String KEY_SERVER_TPS = "server-tps";
@Override
public String getId()