Fixed compiler warnings about unreachable code (#1188)
This commit is contained in:
@@ -55,8 +55,9 @@ namespace Content.Client.Commands
|
||||
}
|
||||
|
||||
return !anyAction;
|
||||
#endif
|
||||
#else
|
||||
return true;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user