From 81ac21acab50896b52926ce24c4bf9100ce45297 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A1lffy?= Date: Tue, 5 May 2026 13:19:09 +0200 Subject: [PATCH] fix: Remove redundant register from PredictiveSynchronzier --- addons/netfox.extras/plugin.cfg | 2 +- addons/netfox.internals/plugin.cfg | 2 +- addons/netfox.noray/plugin.cfg | 2 +- addons/netfox/plugin.cfg | 2 +- addons/netfox/rollback/predictive-synchronizer.gd | 4 ---- 5 files changed, 4 insertions(+), 8 deletions(-) diff --git a/addons/netfox.extras/plugin.cfg b/addons/netfox.extras/plugin.cfg index 29d418db7..4905aa2e4 100644 --- a/addons/netfox.extras/plugin.cfg +++ b/addons/netfox.extras/plugin.cfg @@ -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" diff --git a/addons/netfox.internals/plugin.cfg b/addons/netfox.internals/plugin.cfg index 1e23b51f7..cff3828fa 100644 --- a/addons/netfox.internals/plugin.cfg +++ b/addons/netfox.internals/plugin.cfg @@ -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" diff --git a/addons/netfox.noray/plugin.cfg b/addons/netfox.noray/plugin.cfg index 62cee5606..f5ab7315e 100644 --- a/addons/netfox.noray/plugin.cfg +++ b/addons/netfox.noray/plugin.cfg @@ -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" diff --git a/addons/netfox/plugin.cfg b/addons/netfox/plugin.cfg index 0aad3ce5e..287c90a48 100644 --- a/addons/netfox/plugin.cfg +++ b/addons/netfox/plugin.cfg @@ -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" diff --git a/addons/netfox/rollback/predictive-synchronizer.gd b/addons/netfox/rollback/predictive-synchronizer.gd index afb227e7e..51231a9ab 100644 --- a/addons/netfox/rollback/predictive-synchronizer.gd +++ b/addons/netfox/rollback/predictive-synchronizer.gd @@ -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