aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/vehicle/_vehicle_behavior.gnut
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/scripts/vscripts/vehicle/_vehicle_behavior.gnut')
-rw-r--r--Northstar.CustomServers/scripts/vscripts/vehicle/_vehicle_behavior.gnut6
1 files changed, 0 insertions, 6 deletions
diff --git a/Northstar.CustomServers/scripts/vscripts/vehicle/_vehicle_behavior.gnut b/Northstar.CustomServers/scripts/vscripts/vehicle/_vehicle_behavior.gnut
deleted file mode 100644
index 2d0dd920e..000000000
--- a/Northstar.CustomServers/scripts/vscripts/vehicle/_vehicle_behavior.gnut
+++ /dev/null
@@ -1,6 +0,0 @@
-global function CodeCallback_OnVehiclePass
-
-// params: vehicle, nodePassed, nextNode, nextNextNode
-void function CodeCallback_OnVehiclePass( table params )
-{
-}