Skip to content

Commit

Permalink
Debug Console - Fix curator reassignment (backwards logic) (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF authored Dec 29, 2024
1 parent d27ee0e commit 2c64797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/debug_console/functions/fnc_handleRespawn.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ private _module = (_moduleData select 0) select 0;
unassignCurator _module;

// Reassign curator back to original player
_module assignCurator _newUnit;
_newUnit assignCurator _module;

0 comments on commit 2c64797

Please sign in to comment.