mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Fix buildings not working at their advertised speed, closes #440, closes #442, closes #437, closes #449
This commit is contained in:
@@ -126,6 +126,9 @@ export const autosaveIntervals = [
|
||||
const refreshRateOptions = ["60", "75", "100", "120", "144", "165", "250", "500"];
|
||||
|
||||
if (G_IS_DEV) {
|
||||
refreshRateOptions.unshift("30");
|
||||
refreshRateOptions.unshift("10");
|
||||
refreshRateOptions.unshift("5");
|
||||
refreshRateOptions.push("1000");
|
||||
refreshRateOptions.push("2000");
|
||||
refreshRateOptions.push("5000");
|
||||
|
||||
Reference in New Issue
Block a user