diff options
author | ubq323 <ubq323@ubq323.website> | 2023-01-27 22:35:25 +0000 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-01-27 22:35:25 +0000 |
commit | 9b659149c7273a57a82c9be988a8a78c62bb23f4 (patch) | |
tree | 8bc5d2b5a4d962b7dc9398cc41879212fe8a2f43 /client | |
parent | 9fff52daa2df79133a29ff94d340bdaf406eb514 (diff) |
thing the thing
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 3d7a598..fe2bf06 100644 --- a/client/main.lua +++ b/client/main.lua @@ -1,8 +1,8 @@ local enet = require"enet" local words = require"common.words" --- 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 |