mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +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')
|
||||
:add_alias('ple')
|
||||
:register(function(player, amount)
|
||||
:register(function(player)
|
||||
if player.force.technologies['logistic-robotics'].researched then
|
||||
pl('c', player, 0)
|
||||
return Commands.success
|
||||
|
||||
Reference in New Issue
Block a user