You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sender.sendMessage("Enter username and registration code when prompted on web page (" + publicRegistrationURL.toString() + ") to complete registration");
208
208
if(other) {
209
209
DynmapPlayerp = core.getServer().getPlayer(uid);
210
-
if(p != null) {
210
+
if(p != null && sender != p) {
211
211
p.sendMessage("The registration of your account for web access has been started.");
212
212
p.sendMessage("To complete the process, access the Login page on the Dynmap map");
0 commit comments