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

No proxy connection messages #15

Closed
alexratman opened this issue Mar 19, 2015 · 2 comments
Closed

No proxy connection messages #15

alexratman opened this issue Mar 19, 2015 · 2 comments

Comments

@alexratman
Copy link

I believe this is a duplicate of #11 but cannot be sure.

I am having an issue whereby the proxy join messages are not being displayed; but the proxy leave messages are displaying as expected.

PLAYER_CONNECT_PROXY | not displayed in console; not displayed in chat.
PLAYER_DISCONNECT_PROXY | displayed in console; displayed in chat.

Proxy Log - Startup
Proxy Log - Player join event
Proxy Log - Player leave event - Note that we are using "LEAVE MESSAGE" as a debug leave message
Server Log - Startup
Server Log - Player join event

Config.yml
Messages.yml

Bungeecord version: git:Bungeecord-Bootstrap:1.8-SNAPSHOT:"f2d17cb":1052 by md_5
Spigot version: git-Spigot-c3c767f-33d5de3 (MC:1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)

All versions of GeSuit are latest from your build server.

@addstar
Copy link
Member

addstar commented Mar 26, 2015

Oh wow! I just checked the code and the PLAYER_CONNECT_PROXY message is never used.. it was accidentally removed long ago in change b44d083 (Aug 8, 2014) 😮

Sadly, we never noticed because we use another plugin to handle proxy join/quit messages. It's an easy fix to add, I'll do this shortly. Thanks for all the thorough info, much appreciated!

addstar added a commit that referenced this issue Mar 26, 2015
@addstar
Copy link
Member

addstar commented Mar 26, 2015

Fixed in build 85 😁

@addstar addstar closed this as completed Mar 26, 2015
Narimm pushed a commit to Narimm/geSuit that referenced this issue Aug 17, 2015
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

2 participants