1
0
mirror of https://github.com/anope/anope.git synced 2026-06-27 16:26:39 +02:00

Fix setting english language in db_old, document how not setting defaultlanguage really works

This commit is contained in:
Adam
2013-12-25 15:15:14 -05:00
parent dbf5106c09
commit 19eccf0cae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -539,7 +539,7 @@ static void LoadNicks()
case LANG_JA_EUC:
case LANG_JA_SJIS: // these seem to be unused
default:
nc->language = "en_US";
nc->language = "en";
}
READ(read_uint16(&u16, f));