Skip to content

Commit 797f8d1

Browse files
committed
remove method
1 parent 537b04c commit 797f8d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

addons/netfox/rollback/network-rollback.gd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -282,10 +282,6 @@ func get_latest_input_tick(root_node: Node) -> int:
282282
return _input_submissions[root_node]
283283
return -1
284284

285-
## Get all root nodes that have submitted input
286-
func get_input_submissions() -> Dictionary:
287-
return _input_submissions
288-
289285
## Check if a node has submitted input for a specific tick (or later)
290286
func has_input_for_tick(root_node: Node, tick: int) -> bool:
291287
return _input_submissions.has(root_node) and _input_submissions[root_node] >= tick

0 commit comments

Comments
 (0)