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
It uses a string to select the field to dirty, so the compiler currently doesn't complain if you got an invalid one, making it easy to miss.
Example space-wizards/space-station-14#35510
You only get an error once that line of code is actually reached: [ERRO] entity: Tried to dirty delta field NextAttack on AKMS (1549/n1549, WeaponRifleAk) that isn't implemented.
This should maybe also cause a debug assert instead.
It uses a string to select the field to dirty, so the compiler currently doesn't complain if you got an invalid one, making it easy to miss.
Example space-wizards/space-station-14#35510
You only get an error once that line of code is actually reached:
[ERRO] entity: Tried to dirty delta field NextAttack on AKMS (1549/n1549, WeaponRifleAk) that isn't implemented.
This should maybe also cause a debug assert instead.
@Tayrtahn Maybe you can come up with something.
The text was updated successfully, but these errors were encountered: