This commit is contained in:
aviate
2019-10-18 22:51:50 +02:00
parent db4780ee5d
commit 23d41c8caa

View File

@@ -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;
}
}
}