Procházet zdrojové kódy

Clarify localization explanation

nosoop před 2 roky
rodič
revize
f597baa56e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      scripting/simple-chatprocessor.sp

+ 1 - 1
scripting/simple-chatprocessor.sp

@@ -3,7 +3,7 @@
  * 
  * Simple Chat Processor almost-compatible library for TF2.
  * Attempts to fix the one-recipient SayText2 messages, and does not depend on server-side
- * localization nonsense (i.e., everyone sees messages in their language).
+ * localization nonsense (everyone sees "(TEAM)" and "(DEAD)" in their language).
  */
 #pragma semicolon 1
 #include <sourcemod>