Add comment for watchDisguiseDamage().
parent
62c68028d3
commit
8e6257434a
|
@ -1009,6 +1009,10 @@ watchDisguise(angleLockingPlayerCommand, angleModeSwitchPlayerCommand)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Listens for damage on the disguise entity and transfers that damage
|
||||
* to the actual player.
|
||||
*/
|
||||
watchDisguiseDamage()
|
||||
{
|
||||
logPrint("watchDisguiseDamage called");
|
||||
|
|
Loading…
Reference in New Issue