1
0

Remove unused and clean up missused variable-value assignments.

* Unused variables
* Unused values (assigned to variables, but overwritten before use)
* Defining already defined variables instead of reassigning to them.
Este cometimento está contido em:
Tim
2016-06-26 13:34:14 +02:00
cometido por paramat
ascendente d7a7456007
cometimento 4473627de0
12 ficheiros modificados com 22 adições e 31 eliminações

Ver ficheiro

@@ -32,8 +32,6 @@ function beds.read_spawns()
beds.save_spawns()
os.rename(file, file .. ".backup")
file = org_file
else
spawns = {}
end
end