mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 18:45:29 +01:00
Fix Gravity#hasGravity
This commit is contained in:
parent
726cf9b54a
commit
79a53b45a6
@ -20,7 +20,7 @@ public class Gravity extends Trait implements Toggleable {
|
||||
}
|
||||
|
||||
public boolean hasGravity() {
|
||||
return enabled;
|
||||
return !enabled;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user