Replace "time" type name by a more generic one "float"
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
{
|
||||
"m_flNextGrenadeCheck" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "764"
|
||||
"linux" "784"
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
"m_flNextPainTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "768"
|
||||
"linux" "788"
|
||||
@ -39,7 +39,7 @@
|
||||
|
||||
"m_flLastEnemySightTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "772"
|
||||
"linux" "792"
|
||||
@ -93,7 +93,7 @@
|
||||
|
||||
"m_flLastShot" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "804"
|
||||
"linux" "824"
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
"m_flLastChargeTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "824"
|
||||
"linux" "844"
|
||||
@ -147,7 +147,7 @@
|
||||
|
||||
"m_flLastBlinkTime" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "828"
|
||||
"linux" "848"
|
||||
@ -156,7 +156,7 @@
|
||||
|
||||
"m_flLastBlinkInterval" // float
|
||||
{
|
||||
"type" "time"
|
||||
"type" "float"
|
||||
|
||||
"windows" "832"
|
||||
"linux" "852"
|
||||
|
Reference in New Issue
Block a user