update server port

This commit is contained in:
2023-08-06 03:29:14 +03:00
parent e2ca5f95f5
commit baa6937bef
3 changed files with 5 additions and 5 deletions

View File

@@ -97,7 +97,7 @@
import { update_rev2 } from './js/rev2.js';
function autorun() {
if (true) {
if (!window.DEBUG) {
get_from_api((data) => {
update_rev2(data);
}, 'rev2_monsters');