From 6bed09db57f3560da353d0c723774fcb4ac417fe Mon Sep 17 00:00:00 2001 From: CrazY Date: Sun, 7 Apr 2019 12:08:47 -0300 Subject: [PATCH] Fix TE_DLIGHT documentation (#685) There's no "brightness" parameter in TE_DLIGHT. Probably will cause server crash if it be passed. --- plugins/include/message_const.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/include/message_const.inc b/plugins/include/message_const.inc index f76412e7..f9b07d65 100644 --- a/plugins/include/message_const.inc +++ b/plugins/include/message_const.inc @@ -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) */