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" "160"
|
||||
"linux" "176"
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
"m_flVariance" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "164"
|
||||
"linux" "180"
|
||||
@ -75,7 +75,7 @@
|
||||
|
||||
"m_flGibLife" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "168"
|
||||
"linux" "184"
|
||||
|
Reference in New Issue
Block a user