fix bug in isJIP default for serverEvents

This commit is contained in:
2023-04-28 09:49:22 -07:00
parent 4ef55a7b14
commit 811ccdf3b7
3 changed files with 1 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ _hash set ["eventType", _eventType];
_hash set ["playerUID", _playerUID];
_hash set ["profileName", _profileName];
_hash set ["steamName", _steamName];
_hash set ["isJIP", ""];
_hash set ["isJIP", false];
_hash set ["roleDescription", ""];
"AttendanceTracker" callExtension ["logAttendance", [[_hash] call CBA_fnc_encodeJSON]];

Binary file not shown.