mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-23 02:12:14 +00:00
HEY STUPID
This commit is contained in:
parent
dcae8927d1
commit
46d53ae128
1 changed files with 2 additions and 2 deletions
|
@ -92,14 +92,14 @@ namespace ShiftOS.WinForms.Applications
|
|||
};
|
||||
foreach(var w in shiftWordlist)
|
||||
{
|
||||
if (!wordlist.Contains(w.ToLower())
|
||||
if (!wordlist.Contains(w.ToLower()))
|
||||
{
|
||||
wordlist.Add(w.ToLower());
|
||||
}
|
||||
}
|
||||
foreach(var w in contributorsWordlist)
|
||||
{
|
||||
if (!wordlist.Contains(w.ToLower())
|
||||
if (!wordlist.Contains(w.ToLower()))
|
||||
{
|
||||
wordlist.Add(w.ToLower());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue