File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,8 +188,8 @@ def load_context(self, replay):
188
188
# TODO: How to tell if something is hallucination?
189
189
self .unit = replay .datapack .create_unit (self .unit_id , self .unit_type_name , 0 , self .frame )
190
190
replay .objects [self .unit_id ] = self .unit
191
- replay .active_units [self .unit_id_index ] = self .unit
192
191
192
+ replay .active_units [self .unit_id_index ] = self .unit
193
193
self .unit .location = self .location
194
194
self .unit .birth = self .frame
195
195
self .unit .owner = self .unit_upkeeper
@@ -395,8 +395,8 @@ def load_context(self, replay):
395
395
# TODO: How to tell if something is hallucination?
396
396
self .unit = replay .datapack .create_unit (self .unit_id , self .unit_type_name , 0 , self .frame )
397
397
replay .objects [self .unit_id ] = self .unit
398
- replay .active_units [self .unit_id_index ] = self .unit
399
398
399
+ replay .active_units [self .unit_id_index ] = self .unit
400
400
self .unit .owner = self .unit_upkeeper
401
401
self .unit .location = self .location
402
402
self .unit .birth = self .frame
You can’t perform that action at this time.
0 commit comments