Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/netfox.extras/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="netfox.extras"
description="Game-specific utilities for Netfox"
author="Tamas Galffy and contributors"
version="1.43.1"
version="1.43.2"
script="netfox-extras.gd"
2 changes: 1 addition & 1 deletion addons/netfox.internals/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="netfox.internals"
description="Shared internals for netfox addons"
author="Tamas Galffy and contributors"
version="1.43.1"
version="1.43.2"
script="plugin.gd"
2 changes: 1 addition & 1 deletion addons/netfox.noray/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="netfox.noray"
description="Bulletproof your connectivity with noray integration for netfox"
author="Tamas Galffy and contributors"
version="1.43.1"
version="1.43.2"
script="netfox-noray.gd"
2 changes: 1 addition & 1 deletion addons/netfox/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="netfox"
description="Shared internals for netfox addons"
author="Tamas Galffy and contributors"
version="1.43.1"
version="1.43.2"
script="netfox.gd"
4 changes: 0 additions & 4 deletions addons/netfox/rollback/predictive-synchronizer.gd
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ func process_settings() -> void:
for property in _state_properties.get_properties_of(subject):
NetworkHistoryServer.register_rollback_state(subject, property)

# Simulated notes to participate in rollback
for node in _sim_nodes:
RollbackSimulationServer.register(NetworkRollback._get_rollback_method(node))

## Mark the spawn tick for all nodes managed by this synchronizer.
## [br][br]
## When rewinding to a tick earlier than the spawn tick, every managed node will
Expand Down
Loading