From 901fce5a78b7c48c21015a874b39c8b7d9b57461 Mon Sep 17 00:00:00 2001 From: JezuzLizard Date: Sat, 19 Dec 2020 13:07:05 -0800 Subject: [PATCH] Changed a comma to a period to fix a compile error. --- zm_transit_patch/maps/mp/zm_transit.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zm_transit_patch/maps/mp/zm_transit.gsc b/zm_transit_patch/maps/mp/zm_transit.gsc index acb90d3..2a91a3f 100644 --- a/zm_transit_patch/maps/mp/zm_transit.gsc +++ b/zm_transit_patch/maps/mp/zm_transit.gsc @@ -1373,7 +1373,7 @@ transit_intermission() //checked changed to match cerberus output } if ( !level.the_bus.ismoving ) { - level.the_bus.gracetimeatdestination = 0,1; + level.the_bus.gracetimeatdestination = 0.1; level.the_bus notify( "depart_early" ); } players = get_players();