diff options
| author | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-24 15:06:51 (GMT) |
|---|---|---|
| committer | Bryan Hoyle <starfoxprime@gmail.com> | 2011-08-24 15:06:51 (GMT) |
| commit | e120c9853f43fa8cf5c35f864398346599b8bf4c (patch) | |
| tree | 102f0f5be3ec595b298aa07cb14b227953baba4f /src | |
| parent | 578144c48a1b35ae8d0763637752d935169663ac (diff) | |
| download | powder-e120c9853f43fa8cf5c35f864398346599b8bf4c.zip powder-e120c9853f43fa8cf5c35f864398346599b8bf4c.tar.gz | |
Changing server address for script repository
Diffstat (limited to 'src')
| -rw-r--r-- | src/luaconsole.c | 2 |
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."); |
