Skip to content

Commit 6fb98c1

Browse files
committed
Fixed style
1 parent 1feb0fb commit 6fb98c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/PlayerSelection.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ end
334334
-- a_PointChanged is optional, assigned to the point that has just changed
335335
-- If nil, the entire selection is assumed changed
336336
function cPlayerSelection:NotifySelectionChanged(a_PointChanged)
337-
-- TODO: Call the OnPlayerSelectionChangING callback to prevent selection changes.
338-
337+
-- TODO: Call the OnPlayerSelectionChangING callback to prevent selection changes.
338+
339339
-- Call the player selection changed callback to notify other plugins of the selection change.
340340
self.PlayerState:DoWithPlayer(function(a_Player)
341341
local cuboid = cCuboid()

0 commit comments

Comments
 (0)