1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-10 15:20:48 -05:00

tweak game interface bus mode

This commit is contained in:
RaidMax
2023-06-07 16:15:54 -05:00
parent fd7c8fcb4a
commit 29d4c65393
4 changed files with 70 additions and 34 deletions

View File

@ -202,6 +202,8 @@ OnBusModeRequestedCallback( event )
data = [];
data["mode"] = GetDvar( level.commonKeys.busMode );
data["directory"] = GetDvar( level.commonKeys.busDir );
data["inLocation"] = level.eventBus.inLocation;
data["outLocation"] = level.eventBus.outLocation;
scripts\_integration_base::LogDebug( "Bus mode requested" );