Skip to content

Commit

Permalink
Clear previous selection in Teleport Players module (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
mharis001 authored Oct 4, 2020
1 parent c91da8d commit 5d35c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/modules/functions/fnc_moduleTeleportPlayers.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
params ["_logic"];

[LSTRING(ModuleTeleportPlayers), [
["OWNERS:NOTITLE", "", []],
["OWNERS:NOTITLE", "", [], true],
["TOOLBOX:YESNO", [LSTRING(ModuleTeleportPlayers_IncludeVehicles), LSTRING(ModuleTeleportPlayers_IncludeVehicles_Tooltip)], false]
], {
params ["_values", "_args"];
Expand Down

0 comments on commit 5d35c7c

Please sign in to comment.