You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] [Exiled.Events] Method "OnVerified" of the class "Exiled.Events.Handlers.Internal.Round" caused an exception when handling the event "Exiled.Events.Features.Event`1[[Exiled.Events.EventArgs.Player.VerifiedEventArgs, Exiled.Events, Version=9.0.0.0, Culture=neutral, PublicKeyToken=null]]"
System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.TryGetFirst[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Boolean& found) [0x0000d] in <1c318258bf0843289b0e2cbe692fee39>:0
at System.Linq.Enumerable.FirstOrDefault[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00000] in <1c318258bf0843289b0e2cbe692fee39>:0
at Exiled.API.Features.Room.get_RoomLightController () [0x00006] in <75906ac0076a470fbd5ba0e0364b79f5>:0
at Exiled.API.Features.Room.get_AreLightsOff () [0x00000] in <75906ac0076a470fbd5ba0e0364b79f5>:0
at Exiled.Events.Handlers.Internal.Round+<>c.<OnVerified>b__6_0 (Exiled.API.Features.Room current) [0x00000] in <cd6b4f9cf109492da3abaaab01bee550>:0
at System.Linq.Enumerable+WhereEnumerableIterator`1[TSource].MoveNext () [0x00037] in <1c318258bf0843289b0e2cbe692fee39>:0
at Exiled.Events.Handlers.Internal.Round.OnVerified (Exiled.Events.EventArgs.Player.VerifiedEventArgs ev) [0x0008b] in <cd6b4f9cf109492da3abaaab01bee550>:0
at Exiled.Events.Features.Event`1[T].InvokeNormal (T arg) [0x00028] in <cd6b4f9cf109492da3abaaab01bee550>:0
EXILED Version ("latest" is not a version):
9.0.0-alpha.1
Additional context
The text was updated successfully, but these errors were encountered:
Happens because Exiled.API.Features.Room::RoomLightControllers is null for some reason when being called in Exiled.Events.Handlers.Internal.Round::OnVerified. Maybe because of Exiled.Events.Patches.Generic.RoomList transpiler
Describe the bug
EXILED Version ("latest" is not a version):
9.0.0-alpha.1
Additional context
The text was updated successfully, but these errors were encountered: