summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luaconsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconsole.c b/src/luaconsole.c
index 709c015..03d6755 100644
--- a/src/luaconsole.c
+++ b/src/luaconsole.c
@@ -1092,7 +1092,7 @@ int luatpt_getscriptid(lua_State* l)
port = 10457;
sock = socket(AF_INET, SOCK_STREAM, 0);
- server = gethostbyname(SERVER);
+ server = gethostbyname("chaos.powdertoy.co.uk");
//server = gethostbyname("localhost");
if (server == NULL) {
luaL_error(l, "Error fetching host IP.");