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