mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Remove direct connection check on command
This commit is contained in:
parent
5888c06be9
commit
ceeed2d93c
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ bool exec_dev_chat_command(char* command) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (gNetworkSystem == &gNetworkSystemSocket && str_starts_with("/warp ", command)) {
|
if (str_starts_with("/warp ", command)) {
|
||||||
static const struct { const char *name; s32 num; } sLevelNumByName[] = {
|
static const struct { const char *name; s32 num; } sLevelNumByName[] = {
|
||||||
#undef STUB_LEVEL
|
#undef STUB_LEVEL
|
||||||
#undef DEFINE_LEVEL
|
#undef DEFINE_LEVEL
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue