diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-03-31 20:05:48 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-03-31 20:05:48 +0200 |
commit | a8bc27f8728a0c1f222871cbd3f5534646e59085 (patch) | |
tree | 9b2dc527b647bea2b0ba7d4637902857e6cc492e /MCServer/Plugins | |
parent | Documented msDifference (diff) | |
download | cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.gz cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.bz2 cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.lz cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.xz cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.tar.zst cuberite-a8bc27f8728a0c1f222871cbd3f5534646e59085.zip |
Diffstat (limited to 'MCServer/Plugins')
-rw-r--r-- | MCServer/Plugins/APIDump/APIDesc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MCServer/Plugins/APIDump/APIDesc.lua b/MCServer/Plugins/APIDump/APIDesc.lua index 532b4b665..1b020501c 100644 --- a/MCServer/Plugins/APIDump/APIDesc.lua +++ b/MCServer/Plugins/APIDump/APIDesc.lua @@ -256,7 +256,7 @@ g_APIDesc = <li class="level1">msFillAir overwrites only those blocks that were air</li> <li class="level1">msImprint overwrites with only those blocks that are non-air</li> <li class="level1">msSpongePrint Sponge overwrites nothing, everything else overwrites anything</li> - <li class="level1">msDifference changes all the blocks wich are the same to air. Otherwise the source block gets placed.</li> + <li class="level1">msDifference changes all the blocks which are the same to air. Otherwise the source block gets placed.</li> </ol> </p> |