Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faction tag land notifications not appearing #11

Closed
Hobby-boy opened this issue May 17, 2014 · 3 comments
Closed

Faction tag land notifications not appearing #11

Hobby-boy opened this issue May 17, 2014 · 3 comments

Comments

@Hobby-boy
Copy link

In the older version of this plugin, I'm certain that when you logged into the server, it would notify you whether it was safezone/warzone/wilderness or a factions land, but that notification hasn't been coming up on a server I use which is running this fork of the plugin.

@Hobby-boy
Copy link
Author

I've just setup my own test server with Spigot 1.7.9 and the latest build of factions, and the notifications aren't coming up even though
"ownedMessageOnBorder": true,
"ownedMessageInsideTerritory": true,
"ownedMessageByChunk": true,
are all set to true in the config.
However, with the older version from bukkitdev, the notifications do come up.

@Hobby-boy Hobby-boy changed the title Land notifications not appearing Faction tag land notifications not appearing May 18, 2014
@roastnewt
Copy link

@drtshock
This seems to be the responsible line of code:

https://github.com/drtshock/Factions/blob/1.6.x/src/main/java/com/massivecraft/factions/listeners/FactionsPlayerListener.java#L93

It always sets changedFaction to false, so lines 102-116 never execute.

@drtshock
Copy link
Owner

Fixed. http://git.io/D9mlZQ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants