diff options
author | ubq323 <ubq323@ubq323.website> | 2023-02-06 11:46:31 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-02-06 11:46:50 +0000 |
commit | c74c2a3133ad4d1f03b83021e53fb9e8a67b3914 (patch) | |
tree | 22d415e85381c9a09c471afa4a0a6f1824f67b87 /client | |
parent | c2184634b6d3c3268c08c8d430506cfb60245fdf (diff) |
tick timing in main server loop, refactor, start on saving/loading chunks
Diffstat (limited to 'client')
-rw-r--r-- | client/main.lua | 4 |
1 files changed, 2 insertions, 2 deletions
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 |