use const where appropriate
This commit is contained in:
@@ -117,7 +117,7 @@ function network_update()
|
||||
if value < 0 or value > 999999 then
|
||||
value = 0
|
||||
end
|
||||
if value<=0.001 then value = 0.0001 end
|
||||
if value<=0.001 then value = 0.001 end
|
||||
OPT_TICK_TIME = value
|
||||
elseif option == "FX_UPDATES" then
|
||||
OPT_FX_UPDATES = toboolean(value)
|
||||
|
||||
Reference in New Issue
Block a user