Remove direct connection check on command

This commit is contained in:
Agent X 2023-12-11 20:31:12 -05:00
parent 5888c06be9
commit ceeed2d93c
1 changed files with 1 additions and 1 deletions

View File

@ -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