Fix displayName of spectator respawn template (#5989)

This commit is contained in:
SilentSpike 2017-12-29 16:47:49 +00:00 committed by GitHub
parent 81722abeac
commit dfe803107a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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