summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/main.lua b/client/main.lua
index 9ee18ea..5884186 100644
--- a/client/main.lua
+++ b/client/main.lua
@@ -1,7 +1,7 @@
local enet = require"enet"
local words = require"common.words"
-local SERVER_HOSTNAME = "192.168.1.112"
+local SERVER_HOSTNAME = "ubq323.website"
local PLAYER_SIZE = 30
local local_player = nil