mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 19:15:14 -04:00
remove hardcoded connect to 127.0.0.1, am idiot
This commit is contained in:
parent
d1fb95092e
commit
2dea000b71
@ -105,9 +105,9 @@ static int Program_Run(int argc, char** argv) {
|
|||||||
|
|
||||||
int argsCount = Platform_GetCommandLineArgs(argc, argv, args);
|
int argsCount = Platform_GetCommandLineArgs(argc, argv, args);
|
||||||
/* NOTE: Make sure to comment this out before pushing a commit */
|
/* NOTE: Make sure to comment this out before pushing a commit */
|
||||||
String rawArgs = String_FromConst("UnknownShadow200 fffff 127.0.0.1 25565");
|
/* String rawArgs = String_FromConst("UnknownShadow200 fffff 127.0.0.1 25565"); */
|
||||||
//String rawArgs = String_FromConst("UnknownShadow200");
|
/* String rawArgs = String_FromConst("UnknownShadow200"); */
|
||||||
argsCount = String_UNSAFE_Split(&rawArgs, ' ', args, 4);
|
/* argsCount = String_UNSAFE_Split(&rawArgs, ' ', args, 4); */
|
||||||
|
|
||||||
if (argsCount == 0) {
|
if (argsCount == 0) {
|
||||||
#ifdef CC_BUILD_WEB
|
#ifdef CC_BUILD_WEB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user