mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-02 12:23:47 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
de909b2ad3
@ -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
|
||||||
|
@ -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);
|
||||||
|
@ -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"
|
||||||
},
|
},
|
||||||
|
@ -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.",
|
||||||
|
Loading…
Reference in New Issue
Block a user