Skip to content
This repository has been archived by the owner on May 12, 2020. It is now read-only.

Commit

Permalink
fixed name of lang file
Browse files Browse the repository at this point in the history
  • Loading branch information
iRebbok committed Oct 6, 2019
1 parent 7ad498f commit 4124a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scp035/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public override void Register()
AddConfig(new Smod2.Config.ConfigSetting("035_bc_time", 10, true, "Broadcast time"));
AddTranslation(new Smod2.Lang.LangSetting("035_infection", "You are <color=red>SCP-035!</color> You have infected a body and have gained control over it, use it to help the other SCPs!", "SCP035"));
AddTranslation(new Smod2.Lang.LangSetting("035_picked", "You have picked up <color=red>SCP-035.</color> He has infected your body and is now in control of you.", "SCP035"));
AddTranslation(new Smod2.Lang.LangSetting("035_hiding", "You're not trying to exploit the system by hiding your tag as SCP-035 now, are you?", "SCP035)"));
AddTranslation(new Smod2.Lang.LangSetting("035_hiding", "You're not trying to exploit the system by hiding your tag as SCP-035 now, are you?", "SCP035"));
}
}
}

0 comments on commit 4124a1b

Please sign in to comment.