From b3254ee8fc5894a78e1fb90a09374dbb65b58d3f Mon Sep 17 00:00:00 2001 From: Beu Date: Wed, 29 Dec 2021 13:06:25 +0100 Subject: [PATCH] Add label in case of new CustomEvents --- PhysicsController.Script.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/PhysicsController.Script.txt b/PhysicsController.Script.txt index eb784d1..b6f8994 100644 --- a/PhysicsController.Script.txt +++ b/PhysicsController.Script.txt @@ -168,6 +168,7 @@ foreach (Event in UIManager.PendingEvents) { // TODO: Add Secure token to admins } } } + ---PhysicsController_NewCustomEvents--- } ---PhysicsController_ApplyPhysics---