mirror of
https://github.com/JonnyBro/beatrun.git
synced 2025-04-03 17:37:08 +05:00
fix: "old" courses not starting
This commit is contained in:
parent
b0f4a3e556
commit
af03fb4a08
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue