Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void Initialize()

// NullLink start
_net.RegisterNetMessage<MsgUpdatePlayerPlayTime>(Update);
_achievements.AchievementsUpdated += OnAchievementsUpdated;
_achievements.AchievementUnlocked += OnAchievementsUnlocked;
_cfg.OnValueChanged(NullLinkCCVars.Project, OnProjectChanged, true);
_cfg.OnValueChanged(NullLinkCCVars.Server, OnServerChanged, true);
// NullLink end
Expand Down Expand Up @@ -121,7 +121,7 @@ private void MergePlayTime()
Updated?.Invoke();
}

private void OnAchievementsUpdated()
private void OnAchievementsUnlocked(string achievement)
=> Updated?.Invoke();
// Nulllink end

Expand Down
14 changes: 7 additions & 7 deletions Resources/Changelog/ChangelogStarlight.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
Entries:
- author: OMEGA
changes:
- message: The EngiDrobe and AtmosDrobe now stock a utility belt and a gas mask.
type: Add
id: 407654
time: '2026-08-16T15:53:55.000000+00:00'
url: https://github.com/ss14Starlight/space-station-14/pull/5638
- author: OMEGA
changes:
- message: The Chief Engineer's access configurator now starts in their toolbelt instead of their locker.
Expand Down Expand Up @@ -2799,4 +2792,11 @@ Entries:
id: 408053
time: '2026-09-02T18:18:42.000000+00:00'
url: https://github.com/ss14Starlight/space-station-14/pull/5934
- author: Arkanic
changes:
- message: Ethanol lag bugfix (hopefully) (likely) (for real this time).
type: Fix
id: 408054
time: '2026-09-02T22:50:05.000000+00:00'
url: https://github.com/ss14Starlight/space-station-14/pull/5950
Order: -1
Loading