fix: client node now updates new server on connect

This commit is contained in:
Sara Gerretsen 2025-10-22 15:33:23 +02:00
parent 237639459a
commit b77604b28c
2 changed files with 18 additions and 2 deletions

View file

@ -10,6 +10,7 @@ class ClientNode : Node {
void enter_tree();
void process();
void exit_tree();
void reveal_backlog();
protected:
void _notification(int what);