Changing server address for script repository
This commit is contained in:
parent
578144c48a
commit
e120c9853f
@ -1092,7 +1092,7 @@ int luatpt_getscriptid(lua_State* l)
|
|||||||
port = 10457;
|
port = 10457;
|
||||||
sock = socket(AF_INET, SOCK_STREAM, 0);
|
sock = socket(AF_INET, SOCK_STREAM, 0);
|
||||||
|
|
||||||
server = gethostbyname(SERVER);
|
server = gethostbyname("chaos.powdertoy.co.uk");
|
||||||
//server = gethostbyname("localhost");
|
//server = gethostbyname("localhost");
|
||||||
if (server == NULL) {
|
if (server == NULL) {
|
||||||
luaL_error(l, "Error fetching host IP.");
|
luaL_error(l, "Error fetching host IP.");
|
||||||
|
Reference in New Issue
Block a user