SPIGOT-5015: Players in spectator mode prevent block placement and block projectiles

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2019-06-02 19:51:26 +10:00
parent 9db0901922
commit a5abba4a51
4 changed files with 5 additions and 5 deletions

View File

@@ -186,7 +186,7 @@ public final class CraftMagicNumbers implements UnsafeValues {
* @return string
*/
public String getMappingsVersion() {
return "c31c513e1fa6657aacbd4facd394c5b0";
return "df689a0f36ee29c2b2f456da8803f74d";
}
@Override