Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken 2022-05-11 20:18:29 -04:00
commit de909b2ad3
4 changed files with 12 additions and 3 deletions

View File

@ -41,6 +41,7 @@ Jan Polák
JrTRinny JrTRinny
JustYanns JustYanns
BasedUser BasedUser
RexHm
BLucky-gh BLucky-gh
DinoWattz DinoWattz
Jae Jae
@ -136,4 +137,4 @@ Evolveye
Jerzy Paciorkiewicz Jerzy Paciorkiewicz
YozoZChomutova YozoZChomutova
Qendolin Qendolin
Goobrr Goobrr

View File

@ -287,7 +287,6 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
throw new ValidateException(player, "Player cannot transfer an item."); throw new ValidateException(player, "Player cannot transfer an item.");
} }
//deposit for every controlling unit
var unit = player.unit(); var unit = player.unit();
Item item = unit.item(); Item item = unit.item();
int accepted = build.acceptStack(item, unit.stack.amount, unit); int accepted = build.acceptStack(item, unit.stack.amount, unit);

View File

@ -2,9 +2,18 @@
{ {
"address": "be.mindustry.nydus.app:6567" "address": "be.mindustry.nydus.app:6567"
}, },
{
"address": "130.61.226.9"
},
{
"address": "130.61.226.9:7777"
},
{ {
"address": "0.baseduser.eu.org:7777" "address": "0.baseduser.eu.org:7777"
}, },
{
"address": "0.baseduser.eu.org:42001"
},
{ {
"address": "v7.mindurka.tk:9999" "address": "v7.mindurka.tk:9999"
}, },

View File

@ -1,7 +1,7 @@
[ [
{ {
"name": "distributorium", "name": "distributorium",
"address": ["130.61.226.9", "0.baseduser.eu.org:6966", "0.baseduser.eu.org:6666", "0.baseduser.eu.org:6000"] "address": ["0.baseduser.eu.org:6966", "0.baseduser.eu.org:6666", "0.baseduser.eu.org:6000"]
}, },
{ {
"name": "C.A.M.S.", "name": "C.A.M.S.",