整理代码,return后面跟空格

This commit is contained in:
MrZ_26
2022-10-29 00:53:55 +08:00
parent 0df17cb4ee
commit dd872a72b2
207 changed files with 316 additions and 316 deletions

View File

@@ -1374,7 +1374,7 @@ end
function Player:getBlock(id,name,color)-- Get a block object
local ENV=self.gameEnv
local dir=ENV.face[id]
return{
return {
id=id,
dir=dir,
bk=BLOCKS[id][dir],