mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix displayName of spectator respawn template (#5989)
This commit is contained in:
parent
81722abeac
commit
dfe803107a
@ -21,7 +21,7 @@ class CfgPatches {
|
||||
|
||||
class CfgRespawnTemplates {
|
||||
class ADDON {
|
||||
displayName = CSTRING(Module_DisplayName);
|
||||
displayName = CSTRING(Settings_DisplayName);
|
||||
onPlayerKilled = QFUNC(respawnTemplate);
|
||||
onPlayerRespawn = QFUNC(respawnTemplate);
|
||||
respawnTypes[] = {1,2,3,4,5};
|
||||
|
Loading…
Reference in New Issue
Block a user