Don't add a new entry after merging.

This commit is contained in:
asofold 2015-12-12 14:03:31 +01:00
parent b0dd8b18ed
commit 71abb63641

View File

@ -86,6 +86,7 @@ public class TeleportQueue {
if (last.isSameLocation(x, y, z, yaw, pitch)) {
last.time = time;
last.count ++;
res = last;
}
}
}