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

@@ -26,22 +26,22 @@ public class LesserDataWatcher extends DataWatcher {
@Override
public byte getWatchableObjectByte(int id) {
return 0;
return 10;
}
@Override
public short getWatchableObjectShort(int id) {
return 0;
return 10;
}
@Override
public int getWatchableObjectInt(int id) {
return 0;
return 10;
}
@Override
public float getWatchableObjectFloat(int id) {
return 0;
return 10f;
}
@Override