fix: "old" courses not starting

This commit is contained in:
Jonny_Bro 2025-03-08 23:00:05 +05:00
parent b0f4a3e556
commit af03fb4a08
No known key found for this signature in database
GPG key ID: A18808B38428F7C4

View file

@ -602,6 +602,7 @@ if SERVER then
local courseData = util.JSONToTable(decompress)
local props, cp, pos, ang, name, entities, speed = unpack(courseData)
speed = speed or 0
for _, v in pairs(props) do
local a = ents.Create("prop_physics")