From 5cd5bc632499b503e0552345839c74236ef04856 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sun, 23 Sep 2007 16:22:20 +0000 Subject: * (bug 2756) s/damage/dmg/ * (bug 2717) Move respawning for ClientThink to ClientEndFrame * Remove redundant cvar g_forcerespawn --- misc/entities.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/entities.def b/misc/entities.def index e4aeacb3..e61ce16c 100644 --- a/misc/entities.def +++ b/misc/entities.def @@ -1022,7 +1022,7 @@ TARGET_* ENTITIES When triggered, this hurts the entity that caused the trigger. -------- KEYS -------- -damage: amount of damage to deal (default: 5) +dmg: amount of damage to deal (default: 5) */ /*QUAKED target_rumble (1 0 0) (-8 -8 -8) (8 8 8) -- cgit