mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 04:51:40 +09:00
remove parameter of ple
This commit is contained in:
@@ -97,7 +97,7 @@ end)
|
|||||||
|
|
||||||
Commands.new_command('personal-logistic-empty', 'Set Personal Logistic to All 0')
|
Commands.new_command('personal-logistic-empty', 'Set Personal Logistic to All 0')
|
||||||
:add_alias('ple')
|
:add_alias('ple')
|
||||||
:register(function(player, amount)
|
:register(function(player)
|
||||||
if player.force.technologies['logistic-robotics'].researched then
|
if player.force.technologies['logistic-robotics'].researched then
|
||||||
pl('c', player, 0)
|
pl('c', player, 0)
|
||||||
return Commands.success
|
return Commands.success
|
||||||
|
|||||||
Reference in New Issue
Block a user