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 ID and code on registration web page (" + publicRegistrationURL.toString() + ") to complete registration");
207
+
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");
213
213
p.sendMessage("Registration code: " + regkey);
214
-
p.sendMessage("The user ID must match your account ID, but the password should NOT be the same.");
214
+
p.sendMessage("Enter your username and registration code when prompted on web page (" + publicRegistrationURL.toString() + ") to complete registration");
0 commit comments