GCWZones work fully, completely in their entirety

- Correct deltas are sent
- Math is now correct
- Zone History is recorded
This commit is contained in:
Treeku
2013-08-23 23:29:15 +01:00
parent 05483cc8ed
commit 27294b5a41
20 changed files with 459 additions and 153 deletions
+1 -1
View File
@@ -51,5 +51,5 @@ public abstract class ListObject implements IListObject {
protected byte[] getUnicodeString(String string) {
return StringUtilities.getUnicodeString(string);
}
}