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( killer )
|
||||||
write_byte( victim )
|
write_byte( victim )
|
||||||
write_byte( headshot )
|
write_byte( headshot )
|
||||||
write_string( weapon[] )
|
write_string( weapon )
|
||||||
message_end()
|
message_end()
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user