Switch chat name URL parm to 'chatname', add 'playername' URL part for initial player follow selection
This commit is contained in:
parent
bdd5c5335c
commit
227f6a1b80
2 changed files with 10 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ componentconstructors['chat'] = function(dynmap, configuration) {
|
|||
});
|
||||
var pname = null;
|
||||
if(configuration.allowurlname) {
|
||||
pname = dynmap.getParameterByName("playername");
|
||||
pname = dynmap.getParameterByName("chatname");
|
||||
if(pname == "") pname = null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue