We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1feb0fb commit 6fb98c1Copy full SHA for 6fb98c1
Classes/PlayerSelection.lua
@@ -334,8 +334,8 @@ end
334
-- a_PointChanged is optional, assigned to the point that has just changed
335
-- If nil, the entire selection is assumed changed
336
function cPlayerSelection:NotifySelectionChanged(a_PointChanged)
337
- -- TODO: Call the OnPlayerSelectionChangING callback to prevent selection changes.
338
-
+ -- TODO: Call the OnPlayerSelectionChangING callback to prevent selection changes.
+
339
-- Call the player selection changed callback to notify other plugins of the selection change.
340
self.PlayerState:DoWithPlayer(function(a_Player)
341
local cuboid = cCuboid()
0 commit comments