netfox
netfox copied to clipboard
after_tick.emit runs before the tick
https://github.com/foxssake/netfox/blob/c97141761bc307c5387599c0232e313903acd243/addons/netfox/network-time.gd#L402
Shouldn't after_tick.emit()
be below the tick increment? Otherwise, there is no reason to not use on_tick.emit()