Fixed compiler warnings about unreachable code (#1188)

This commit is contained in:
zamp
2020-06-22 22:43:46 +03:00
committed by GitHub
parent f9a60b37ea
commit 5f9214e660
2 changed files with 4 additions and 2 deletions

View File

@@ -55,8 +55,9 @@ namespace Content.Client.Commands
}
return !anyAction;
#endif
#else
return true;
#endif
}
}
}