-
Notifications
You must be signed in to change notification settings - Fork 2
Description
This script warning message shows up in the log file ...
LoadActors: Load actor definitions.
Script warning, "confiscated_weapons.pk3:actors/weapons/stg44.txt" line 29:
Tried to define class 'STG44' more than once. Renaming class to 'STG44@confiscated_weapons.pk3@actors/weapons/stg44.txt'
Script warning, "confiscated_weapons.pk3:actors/weapons/stg44.txt" line 123:
Tried to define class 'StG44Loaded' more than once. Renaming class to 'StG44Loaded@confiscated_weapons.pk3@actors/weapons/stg44.txt'
Script warning, "confiscated_weapons.pk3:actors/weapons/fg42.txt" line 10:
Tried to define class 'FG42' more than once. Renaming class to 'FG42@confiscated_weapons.pk3@actors/weapons/fg42.txt'
Script warning, "confiscated_weapons.pk3:actors/weapons/fg42.txt" line 170:
Tried to define class 'FG42Loaded' more than once. Renaming class to 'FG42Loaded@confiscated_weapons.pk3@actors/weapons/fg42.txt'
This is because both the stg44 and the fg42 are in more weapons and confiscated weapons. Should probably be in only just one of them.