mirror of
https://github.com/PHIDIAS0303/factorio-mod-PHI.git
synced 2025-12-27 11:05:22 +09:00
.
This commit is contained in:
@@ -35,10 +35,9 @@ if settings.startup['PHI-PB'].value then
|
|||||||
game.print('Command Error')
|
game.print('Command Error')
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
local bonus = tonumber(command.parameter)
|
local bonus = tonumber(command.parameter)
|
||||||
|
|
||||||
if type(command.parameter) ~= 'number' then
|
if type(bonus) ~= 'number' then
|
||||||
player.print('Parameter need to be number')
|
player.print('Parameter need to be number')
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user