sms and update admin
changes
This commit is contained in:
@@ -295,7 +295,7 @@
|
||||
}
|
||||
|
||||
p.shots.forEach((result, i) => {
|
||||
if (lastShots[i] === undefined) renderShot(i, result);
|
||||
if (lastShots[i] === undefined || lastShots[i] !== result) renderShot(i, result);
|
||||
});
|
||||
lastShots = [...p.shots];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user