Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flGibVelocity" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "352"
|
||||
"linux" "368"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flVariance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "356"
|
||||
"linux" "372"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flGibLife" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "360"
|
||||
"linux" "376"
|
||||
|
Reference in New Issue
Block a user