mirror of
https://github.com/ColdeZhang/Dominion.git
synced 2024-12-21 02:58:53 +08:00
修复提示错误
This commit is contained in:
parent
0d714a402b
commit
4498267c50
@ -831,7 +831,7 @@ public class DominionController {
|
|||||||
level++;
|
level++;
|
||||||
}
|
}
|
||||||
if (level >= Dominion.config.getLimitDepth()) {
|
if (level >= Dominion.config.getLimitDepth()) {
|
||||||
operator.setResponse(FAIL.addMessage("子领地嵌套深度不能超过 %s", Dominion.config.getLimitDepth()));
|
operator.setResponse(FAIL.addMessage("子领地嵌套深度不能超过 %d", Dominion.config.getLimitDepth()));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user