mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-27 23:35:36 +03:00
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:
parent
c867d9a7cb
commit
2dd36300bf
@ -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)
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user