mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-25 22:53:51 +00:00
Add in options, move to boolean, add checkbox, fix caps to match LCE
This commit is contained in:
parent
0f97ed95ea
commit
43200cb777
19 changed files with 95 additions and 124 deletions
|
|
@ -4695,7 +4695,7 @@ void Level::decrementUnsavedChunkCount()
|
|||
|
||||
bool Level::canCreateMore(eINSTANCEOF type, ESPAWN_TYPE spawnType)
|
||||
{
|
||||
if (app.GetGameHostOption(eGameHostOption_WorldMobCap) == 3)
|
||||
if (app.GetGameHostOption(eGameHostOption_NoMobCap))
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue