mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-12 02:43:49 +00:00
tweak
This commit is contained in:
@@ -870,6 +870,11 @@ function checkchangelog($payload, $compile = true) {
|
||||
if($item != 'something server ops should know')
|
||||
$currentchangelogblock[] = array('type' => 'server', 'body' => $item);
|
||||
break;
|
||||
case 'tweak':
|
||||
if($item != 'tweaked a few things')
|
||||
$tags[] = 'Tweak';
|
||||
$currentchangelogblock[] = array('type' => 'tweak', 'body' => $item);
|
||||
break;
|
||||
default:
|
||||
//we add it to the last changelog entry as a separate line
|
||||
if (count($currentchangelogblock) > 0)
|
||||
|
||||
Reference in New Issue
Block a user