From 1360fcdfa2ed733ccda22b2974c3e1bafd20c93c Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 24 Jul 2019 22:59:58 +0200 Subject: [PATCH] Bump WAYPOINT_VERSION to 1.04 --- qcsrc/server/bot/default/waypoints.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/bot/default/waypoints.qh b/qcsrc/server/bot/default/waypoints.qh index b418030294..25356446a4 100644 --- a/qcsrc/server/bot/default/waypoints.qh +++ b/qcsrc/server/bot/default/waypoints.qh @@ -6,7 +6,7 @@ // increase by 0.01 when changes require only waypoint relinking // increase by 1 when changes require to manually edit waypoints // max 2 decimal places, always specified -const float WAYPOINT_VERSION = 1.03; +const float WAYPOINT_VERSION = 1.04; float waypoint_version_loaded; string waypoint_time; -- 2.39.2