Added remove_org_consent module, a few other tweaks to modules

This commit is contained in:
Nathan Schneider
2021-12-16 23:33:02 -07:00
parent b9d2b73611
commit 9e492bb1f8
10 changed files with 77 additions and 73 deletions

View File

@ -22,7 +22,7 @@ Modular Politics can also be used independently of Minetest as a command-line to
The command-line version is in the `modpol` subdirectory. To interact with the interpreter on Unix systems in CLI mode, install lua or luajit and execute the following in this directory:
```
$ cd modpol/interacctions/
$ cd modpol/interactions/
$ lua [or luajit]
> dofile("login.lua")
```