Renamed Draw hook

This commit is contained in:
Daniël van Noord
2021-04-03 16:25:24 +02:00
parent 383be573c9
commit 5a14712841
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ import {
* This function handles all custom drawing for the Game.Draw() function.
* It is hooked on 'draw' by CM.RegisterHooks()
*/
export default function Draw() {
export default function CMDrawHook() {
// Draw autosave timer in stats menu, this must be done here to make it count down correctly
if (
Game.prefs.autosave &&