mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 03:57:27 +00:00
fix: removes if blocking PrintAvailableCommands
This commit is contained in:
parent
ff04d49a1b
commit
8b3bc523d2
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ namespace PepperDash.Essentials.Core
|
||||||
|
|
||||||
LoadDriver(filePath);
|
LoadDriver(filePath);
|
||||||
|
|
||||||
if(!UseBridgeJoinMap) PrintAvailableCommands();
|
PrintAvailableCommands();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue