summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorubq323 <ubq323@ubq323.website>2023-02-04 23:47:15 +0000
committerubq323 <ubq323@ubq323.website>2023-02-04 23:47:15 +0000
commitab879df6409701ece1b9b3c8b43348ea85951294 (patch)
treea881ca638ea96e5f107103743b7475c8a1d9b509 /client
parentd4fcc9c1767834fadc217abfdfe810ef80e1ef16 (diff)
remove a print statement
Diffstat (limited to 'client')
-rw-r--r--client/main.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/main.lua b/client/main.lua
index 769fccf..f52e8c6 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