From f8931305f85bfed91d86bfefec3acae8f1dc8e23 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 23 Mar 2016 14:14:05 +0000 Subject: [PATCH] Player Physics: Correct typo and grammar --- chapters/player_physics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/player_physics.md b/chapters/player_physics.md index f6dad4e..9450620 100644 --- a/chapters/player_physics.md +++ b/chapters/player_physics.md @@ -51,9 +51,9 @@ They added the option above so you can disable it. ### Multiple mods -Please be warned that mods that override the physics of a player tend +Please be warned that mods that override the same physics values of a player tend to be incompatible with each other. When setting an override, it overwrites -and override that has been set before, by your or anyone else's mod. +any overrides that have been set before, by your or anyone else's mod. ## Your Turn