From ade19123b7602a885808aaf5e6d7d3408211d86e Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sat, 3 Jul 2021 01:01:56 +0200 Subject: [PATCH] change default map to new gridmap --- include/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Common.h b/include/Common.h index bf61002..4ac4b98 100644 --- a/include/Common.h +++ b/include/Common.h @@ -21,7 +21,7 @@ public: : ServerName("BeamMP Server") , ServerDesc("BeamMP Default Description") , Resource("Resources") - , MapName("/levels/gridmap/info.json") + , MapName("/levels/gridmap_v2/info.json") , MaxPlayers(10) , Private(false) , MaxCars(1)