diff --git a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs index 94822fae..39bb711c 100644 --- a/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs +++ b/ReallifeGamemode.Server/DrivingSchool/PlaneSchool.cs @@ -89,7 +89,7 @@ namespace ReallifeGamemode.Server.DrivingSchool public void planeSchoolEvent(Client user, int checkpoint) { ChatService.Broadcast("CP " + checkpoint); - float width = 22f; + float width = 50f; } } }