From c74c2a3133ad4d1f03b83021e53fb9e8a67b3914 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Mon, 6 Feb 2023 11:46:31 +0000 Subject: tick timing in main server loop, refactor, start on saving/loading chunks --- client/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/main.lua') diff --git a/client/main.lua b/client/main.lua index f52e8c6..769fccf 100644 --- a/client/main.lua +++ b/client/main.lua @@ -1,8 +1,8 @@ local enet = require"enet" local json = require"common.dkjson" -local SERVER_HOSTNAME = "ubq323.website" --- local SERVER_HOSTNAME = "localhost" +-- local SERVER_HOSTNAME = "ubq323.website" +local SERVER_HOSTNAME = "localhost" local PLAYER_SIZE = 0.7 local local_player = nil -- cgit v1.2.3