diff --git a/html/changelog.html b/html/changelog.html
index c782fbe5ea001..5a85b693b9253 100644
--- a/html/changelog.html
+++ b/html/changelog.html
@@ -64,6 +64,11 @@
EvilDragonfiend updated:
advanced camera is now visible by anyone even if it's currently used by someone. (This doesn't support the shuttle docking system, because it uses different one.)
minor fix that advanced camera was still usable even if you're locker'ed
+ MarkusLarsson421 updated:
+
+ - Changed PopulateItems() to check if it should be empty or not.
+ - Changed Medkits to not use their empty variable.
+
PowerfulBacon updated:
- Removes unconciousness from mech brute attacks
diff --git a/html/changelogs/.all_changelog.yml b/html/changelogs/.all_changelog.yml
index e742ed70ff571..43af581f8a961 100644
--- a/html/changelogs/.all_changelog.yml
+++ b/html/changelogs/.all_changelog.yml
@@ -43502,6 +43502,9 @@ DO NOT EDIT THIS FILE BY HAND! AUTOMATICALLY GENERATED BY ss13_genchangelog.py.
someone. (This doesn't support the shuttle docking system, because it uses different
one.)
- bugfix: minor fix that advanced camera was still usable even if you're locker'ed
+ MarkusLarsson421:
+ - code_imp: Changed PopulateItems() to check if it should be empty or not.
+ - tweak: Changed Medkits to not use their empty variable.
PowerfulBacon:
- rscdel: Removes unconciousness from mech brute attacks
XeonMations:
diff --git a/html/changelogs/AutoChangeLog-pr-11168.yml b/html/changelogs/AutoChangeLog-pr-11168.yml
deleted file mode 100644
index 85ce9c904239f..0000000000000
--- a/html/changelogs/AutoChangeLog-pr-11168.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-author: MarkusLarsson421
-delete-after: true
-changes:
- - code_imp: Changed PopulateItems() to check if it should be empty or not.
- - tweak: Changed Medkits to not use their empty variable.