mirror of
https://github.com/ProjectSWGCore/Holocore.git
synced 2026-09-11 21:45:26 -04:00
Merge pull request #1504 from Undercova/master
Updated the Test for LS to match the updated crystal values
This commit is contained in:
+1
-1
@@ -352,7 +352,7 @@ class LightsaberInventoryTest : TestRunnerSimulatedWorld() {
|
||||
}
|
||||
|
||||
private fun createColorCrystal(): TangibleObject {
|
||||
val colorCrystal = StaticItemCreator.createItem("item_color_crystal_02_29") as TangibleObject?
|
||||
val colorCrystal = StaticItemCreator.createItem("item_color_crystal_02_20") as TangibleObject?
|
||||
colorCrystal ?: throw RuntimeException("Unable to create color crystal")
|
||||
broadcastAndWait(ObjectCreatedIntent(colorCrystal))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user