minor updates for the eventnotifier to run on ze again and minor adjustment for racetimer to detect teleport abuse

This commit is contained in:
jenzur
2019-07-25 01:31:10 +02:00
parent 0ab0414f53
commit 00f91030f9
3 changed files with 69 additions and 35 deletions
@@ -62,7 +62,7 @@ public class DataMapper {
int i = 1;
for (String str : EventContentMap.values()) {
if (i < 6) {
System.out.println("str: " + str + "\n");
//System.out.println("str: " + str + "\n");
s.setString(i, str);
i++;
} else {