mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Change variable order for more clarity
This commit is contained in:
@@ -49,7 +49,7 @@ namespace DATabase
|
||||
}
|
||||
|
||||
// If more than one switch is enabled or help is set, show the help screen
|
||||
if (!(import ^ generate ^ listsys ^ listsrc) || help)
|
||||
if (help || !(import ^ generate ^ listsys ^ listsrc))
|
||||
{
|
||||
Help();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user