mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 05:45:36 +03:00
Fixed small bug in make_deathmsg
This commit is contained in:
parent
8f96e95d07
commit
f75cf50eac
@ -132,7 +132,7 @@ stock make_deathmsg(killer,victim,headshot,weapon[])
|
||||
write_byte( killer )
|
||||
write_byte( victim )
|
||||
write_byte( headshot )
|
||||
write_string( weapon[] )
|
||||
write_string( weapon )
|
||||
message_end()
|
||||
|
||||
return 1
|
||||
|
Loading…
Reference in New Issue
Block a user