File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/playerutils/src/Shared Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ local Brio = require("Brio")
1212local Maid = require (" Maid" )
1313local Observable = require (" Observable" )
1414local Rx = require (" Rx" )
15- local RxInstanceUtils = require (" RxInstanceUtils" )
1615local RxBrioUtils = require (" RxBrioUtils" )
1716local RxCharacterUtils = require (" RxCharacterUtils" )
17+ local RxInstanceUtils = require (" RxInstanceUtils" )
1818
1919local RxPlayerUtils = {}
2020
@@ -61,7 +61,7 @@ function RxPlayerUtils.observeCharactersBrio(): Observable.Observable<Brio.Brio<
6161 return RxPlayerUtils .observePlayersBrio ():Pipe ({
6262 RxBrioUtils .flatMapBrio (function (player )
6363 return RxCharacterUtils .observeLastCharacterBrio (player )
64- end )
64+ end ),
6565 })
6666end
6767
@@ -72,7 +72,7 @@ function RxPlayerUtils.observeHumanoidsBrio(): Observable.Observable<Brio.Brio<H
7272 return RxPlayerUtils .observePlayersBrio ():Pipe ({
7373 RxBrioUtils .flatMapBrio (function (player )
7474 return RxCharacterUtils .observeLastHumanoidBrio (player )
75- end )
75+ end ),
7676 })
7777end
7878
You can’t perform that action at this time.
0 commit comments