diff --git a/README.txt b/README.txt index 613b13db..078a8acd 100644 --- a/README.txt +++ b/README.txt @@ -131,14 +131,6 @@ start your server with Worldguard. this is an easier way to do it (this way also prints a more friendly message than if you used the 'tell' action of the blacklist). -- block-lag-fix (def. false) - Attempts to fix block lag. For maximum compatibility with other plugins, - you must list WorldGuard as the first plugin in server.properties and - you cannot reload or enable WorldGuard while the server is up. - This is for bad plugins that unnecessarily use the "critical" priority - for its hooks like the LWC. Most plugins, the popular protection ones - included, don't do that though so this won't apply for most people. - - log-console (def. true) For blacklist log actions, print to console. diff --git a/worldguard.properties b/worldguard.properties index 7a1f466a..a225f3b7 100644 --- a/worldguard.properties +++ b/worldguard.properties @@ -16,9 +16,6 @@ sponge-radius=3 # Simulate classic water classic-water=false -# Fix block lag -block-lag-fix=false - # Adjust physics allow-portal-anywhere=false no-physics-gravel=false