mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/Misc
* fixed complexImage always selecting images for LOCALE_EN if able * fixed serverside events being displayed in the calendar * set initial memory limit to 4GB * set initial db_version to current version (forgotten to do that for a long time :x ) * updated README.md and .gitignore; revision incremented
This commit is contained in:
@@ -69,8 +69,8 @@ if (!CLI)
|
||||
$setOut['classes'] = [];
|
||||
|
||||
for ($i = 0; $i < 12; $i++)
|
||||
if ($set['classMask'] & (1 << ($i - 1)))
|
||||
$setOut['classes'][] = $i;
|
||||
if ($set['classMask'] & (1 << $i))
|
||||
$setOut['classes'][] = $i + 1;
|
||||
}
|
||||
|
||||
if ($set['contentGroup'])
|
||||
|
||||
Reference in New Issue
Block a user