Fix compass passthrough

This commit is contained in:
Jesse Boyd 2017-01-03 07:50:43 +11:00
parent 1c30bc6c58
commit 08586dc022
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -460,7 +460,7 @@ public class PlatformManager {
// Create a proxy actor with a potentially different world for // Create a proxy actor with a potentially different world for
// making changes to the world // making changes to the world
Player actor = createProxyActor(event.getPlayer()); Player actor = createProxyActor(event.getPlayer());
final Player player = new LocationMaskedPlayerWrapper(PlayerWrapper.wrap(actor), actor.getLocation()); final Player player = new LocationMaskedPlayerWrapper(PlayerWrapper.wrap(actor), actor.getLocation(), true);
try { try {
switch (event.getInputType()) { switch (event.getInputType()) {