mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 03:55:11 +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;
|
||||
}
|
||||
|
||||
if (gNetworkSystem == &gNetworkSystemSocket && str_starts_with("/warp ", command)) {
|
||||
if (str_starts_with("/warp ", command)) {
|
||||
static const struct { const char *name; s32 num; } sLevelNumByName[] = {
|
||||
#undef STUB_LEVEL
|
||||
#undef DEFINE_LEVEL
|
||||
|
|
Loading…
Reference in a new issue