Skip to content

Commit 42fbd81

Browse files
author
Pavel Kovalenko
committed
Fix lights_hanging_lamp and lights_signal_light class names. Close #4.
1 parent c6fcc16 commit 42fbd81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/gamedata/configs/system.ltx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,14 @@ slot_active_12 = false
149149
[lights_hanging_lamp]
150150
GroupControlSection = spawn_group
151151
$spawn = "physics\hanging lamp"
152-
class = SO_HLAMP
152+
class = O_HLAMP
153153
script_binding = bind_physic_object.init
154154
155155
156156
[lights_signal_light]
157157
GroupControlSection = spawn_group
158158
$spawn = "physics\signal_light"
159-
class = SO_HLAMP
159+
class = O_HLAMP
160160
script_binding = bind_signal_light.init
161161

162162

0 commit comments

Comments
 (0)