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
In Assets/Examples/1.12 Holdable/BombCreatorExample.cs there's a typo on Line 71 of the current build(e379d86), specifically in: BombCreatorExample::CreateTempModules() when creating the tempModules array, instead of setting info2.ModuleID, info1 gets set for a second time.
I'd make a PR but I'm not sure if that'd mess up the .meta file and I've not got a local copy.
The text was updated successfully, but these errors were encountered:
In Assets/Examples/1.12 Holdable/BombCreatorExample.cs there's a typo on Line 71 of the current build(e379d86), specifically in: BombCreatorExample::CreateTempModules() when creating the tempModules array, instead of setting info2.ModuleID, info1 gets set for a second time.
I'd make a PR but I'm not sure if that'd mess up the .meta file and I've not got a local copy.
The text was updated successfully, but these errors were encountered: