Skip to content

Commit a080ce3

Browse files
fix: #552 (#553)
Co-authored-by: Nicolo John Davis <nicolodavis@gmail.com>
1 parent 79ebcc3 commit a080ce3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/transport/local.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export function Local(opts) {
210210
return transportOpts => {
211211
let master;
212212

213-
if (localMasters.has(transportOpts.gameKey)) {
213+
if (localMasters.has(transportOpts.gameKey) & !opts) {
214214
master = localMasters.get(transportOpts.gameKey);
215215
} else {
216216
master = new LocalMaster({

0 commit comments

Comments
 (0)