Skip to content

Commit

Permalink
Fix backwards logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF committed Dec 29, 2024
1 parent d27ee0e commit 7c542c7
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 7c542c7

Please sign in to comment.