Fix TE_DLIGHT documentation (#685)

There's no "brightness" parameter in TE_DLIGHT. Probably will cause server crash if it be passed.
This commit is contained in:
CrazY 2019-04-07 12:08:47 -03:00 committed by Vincent Herbet
parent ca69c36c1e
commit 6bed09db57

View File

@ -565,7 +565,6 @@ enum
* write_byte(red)
* write_byte(green)
* write_byte(blue)
* write_byte(brightness)
* write_byte(life in 10's)
* write_byte(decay rate in 10's)
*/