set pvp false when connecting

This commit is contained in:
ntr 2020-02-04 11:37:24 +10:00
parent 262eaa357b
commit 0a0db9e57f

View File

@ -349,6 +349,7 @@ function createSocket(events) {
sendItemInfo();
events.urlHashChange();
events.setPvp(false);
return true;
}