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

Use new location of censorship.txt.

parent e99e48b0
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ var hostCallsign = client.socket.recvline(); ...@@ -42,7 +42,7 @@ var hostCallsign = client.socket.recvline();
var hostSSID = client.socket.recvline(); var hostSSID = client.socket.recvline();
// Load an array of banned words // 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"); f.open("r");
var badWords = f.readAll(); var badWords = f.readAll();
f.close(); f.close();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment