Skip to content
Snippets Groups Projects
Commit 3ca80d97 authored by echicken's avatar echicken
Browse files

Use new location of censorship.txt.

parent e99e48b0
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ var hostCallsign = client.socket.recvline();
var hostSSID = client.socket.recvline();
// Load an array of banned words
var f = new File(system.ctrl_dir + "censorship.txt");
var f = new File(system.text_dir + "packet/censorship.txt");
f.open("r");
var badWords = f.readAll();
f.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment