1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00
* trim trailing space in Greek translation

* add missing type imports

* remove unused arg

* remove duplicate declaration
This commit is contained in:
LeopoldTal
2020-09-28 12:42:15 +02:00
committed by GitHub
parent 2c50944732
commit c9d260f65e
4 changed files with 9 additions and 12 deletions

View File

@@ -53,6 +53,6 @@ export class MetaWireTunnelBuilding extends MetaBuilding {
* @param {Entity} entity
*/
setupEntityComponents(entity) {
entity.addComponent(new WireTunnelComponent({}));
entity.addComponent(new WireTunnelComponent());
}
}