mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-28 03:55:23 +09:00
Fixed bugs with /chelp
This commit is contained in:
@@ -67,7 +67,7 @@ Commands.add_parse('integer',function(input,player,reject)
|
||||
if not number then
|
||||
return reject{'expcore-commands.reject-number'}
|
||||
else
|
||||
return number:floor()
|
||||
return math.floor(number)
|
||||
end
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user