Fixed small bug in make_deathmsg

This commit is contained in:
Johnny Bergström 2004-04-21 09:47:06 +00:00
parent 8f96e95d07
commit f75cf50eac

View File

@ -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