Skip to content

Commit

Permalink
Fix displayName of spectator respawn template (#5989)
Browse files Browse the repository at this point in the history
  • Loading branch information
kymckay authored Dec 29, 2017
1 parent 81722ab commit dfe8031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/spectator/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit dfe8031

Please sign in to comment.