Started implementing authentication system

Added information (MC Version and online Users) to Replay Metadata
This commit is contained in:
Marius Metzger
2015-01-22 22:21:25 +01:00
parent ebe6334232
commit 9ae8f9fc5e
17 changed files with 329 additions and 182 deletions

View File

@@ -32,7 +32,7 @@ public final class MCPNames {
private static final Map<String, String> fields;
private static final Map<String, String> methods;
private static final MCPEnvironment env = new MCPEnvironment();
public static final MCPEnvironment env = new MCPEnvironment();
static {
if (use()) {