fix: whoops

This commit is contained in:
cha0s 2024-07-22 02:35:57 -05:00
parent f7e4bd0e36
commit 02acecfb5c

View File

@ -1,6 +1,6 @@
export const CHUNK_SIZE = 32;
export const CLIENT_LATENCY = 100;
export const CLIENT_LATENCY = 0;
export const CLIENT_PREDICTION = true;
@ -11,6 +11,6 @@ export const RESOLUTION = {
y: 450,
};
export const SERVER_LATENCY = 100;
export const SERVER_LATENCY = 0;
export const TPS = 60;