mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Fix for amb1199 - incorrect comment for Ham_DOD_RoundRespawnEnt
This commit is contained in:
parent
16720a2f70
commit
4c79232f17
@ -884,7 +884,7 @@ enum Ham
|
|||||||
* Description: I assume this spawns entities (like func_breakables) at the start of a new round.
|
* Description: I assume this spawns entities (like func_breakables) at the start of a new round.
|
||||||
* Forward params: function(this)
|
* Forward params: function(this)
|
||||||
* Return type: None.
|
* Return type: None.
|
||||||
* Execute Params: ExecuteHam(Ham_DOD_RoundRespawn, this);
|
* Execute Params: ExecuteHam(Ham_DOD_RoundRespawnEnt, this);
|
||||||
*/
|
*/
|
||||||
Ham_DOD_RoundRespawnEnt,
|
Ham_DOD_RoundRespawnEnt,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user