File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 33name =" netfox.extras"
44description =" Game-specific utilities for Netfox"
55author =" Tamas Galffy and contributors"
6- version =" 1.33.3 "
6+ version =" 1.33.4 "
77script =" netfox-extras.gd"
Original file line number Diff line number Diff line change 33name =" netfox.internals"
44description =" Shared internals for netfox addons"
55author =" Tamas Galffy and contributors"
6- version =" 1.33.3 "
6+ version =" 1.33.4 "
77script =" plugin.gd"
Original file line number Diff line number Diff line change 33name =" netfox.noray"
44description =" Bulletproof your connectivity with noray integration for netfox"
55author =" Tamas Galffy and contributors"
6- version =" 1.33.3 "
6+ version =" 1.33.4 "
77script =" netfox-noray.gd"
Original file line number Diff line number Diff line change 33name =" netfox"
44description =" Shared internals for netfox addons"
55author =" Tamas Galffy and contributors"
6- version =" 1.33.3 "
6+ version =" 1.33.4 "
77script =" netfox.gd"
Original file line number Diff line number Diff line change @@ -134,7 +134,6 @@ func transmit_state(tick: int) -> void:
134134 return
135135
136136 _latest_state_tick = max (_latest_state_tick , tick )
137- _state_history .merge (full_state , tick )
138137
139138 var is_sending_diffs := NetworkRollback .enable_diff_states
140139 var is_full_state_tick := not is_sending_diffs or (full_state_interval > 0 and tick > _next_full_state_tick )
You can’t perform that action at this time.
0 commit comments