1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

Changelog: Fix null reference in chat_triggers

This commit is contained in:
Matthew 2018-11-22 13:30:14 -05:00 committed by GitHub
parent 7e5ba82149
commit f9c40be920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ All notable changes to this project will be documented in this file.
### Bugfixes
- [Diggy] Stones killed by damage no longer spill. #395
- [Core] Fix /kill non-functional if walkabout is disabled. Fix walkabout giving from variable definition. #425
- [Core] Fix null reference in chat_triggers #431
### Internal
- [Core] Cleanup of code formatting. #413 #415 #414 #412 #411