remove white-space

This commit is contained in:
danteruiz 2019-03-15 10:47:48 -07:00
parent 1e354fb280
commit 5dab4c0010

View file

@ -257,7 +257,7 @@
notice.isFacingAvatar = false;
notificationText = Overlays.addOverlay("text3d", notice);
notifications.push(notificationText);
notifications.push(notificationText);
} else {
notifications.push(Overlays.addOverlay("image3d", notice));
}