1
This commit is contained in:
parent
3ddb6bb72d
commit
9a9a1d08c5
@ -633,7 +633,8 @@ class BaseAuthedController extends BaseController {
|
|||||||
if (SERVER_ENV != _ONLINE) {
|
if (SERVER_ENV != _ONLINE) {
|
||||||
return "${itemMeta['name']} Not enough stock:${lackItem['inventory']} need:${lackItem['item_num']}";
|
return "${itemMeta['name']} Not enough stock:${lackItem['inventory']} need:${lackItem['item_num']}";
|
||||||
} else {
|
} else {
|
||||||
return "${itemMeta['name']} Not enough";
|
// return "${itemMeta['name']} Not enough";
|
||||||
|
return "item Not enough";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user