diff --git a/readme.md b/readme.md index f953a76..69e513a 100644 --- a/readme.md +++ b/readme.md @@ -19,7 +19,7 @@ A table of players being teleported is available with `protection_lagporter.glit ## Protection Mods -In protection mods simply add `diggging` to the definition of `minetest.is_protected`: `minetest.isprotected(..., digging)` and add this line just before before returning `true`: `if digging then protection_lagporter.check(pos, name) end` +In protection mods simply add `diggging` to the definition of `minetest.is_protected`: `minetest.isprotected(..., digging)` and add this line just before before returning `true`: `if digging then protection_lagporter.check(pos, name) end` (replace pos and name with the proper variables). ## Fast Movement Mods These mods must be changed to detect `protection_lagporter.glitching` and set the speed to 0.1 if it is `true` for `protection_lagporter.glitching[playerName]`