Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flNextCharge" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1280"
|
||||
"linux" "1300"
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
"m_flSoundTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "1296"
|
||||
"linux" "1316"
|
||||
|
Reference in New Issue
Block a user