orts / server

A real map datapack based on TFS 1.2 engine
98 stars 62 forks source link

Code style & cleaning #227

Closed WibbenZ closed 9 years ago

WibbenZ commented 9 years ago

Movements.xml - added space to tags Cleaned up the tabs on (most?) of the NPC functions - so they don't look so messy as they do ATM.

Codes like this:

local player = Player(cid)

if ...

Are replaced with:

local player = Player(cid)
if ...

Added a couple of missing EOF lines that I noticed.