From 741f8c8b7d743e73ae3cb6e01e98c48ebd310275 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 9 Jun 2021 18:03:40 +0200 Subject: Add read damage overlay --- plugins/apple/apple.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/apple') diff --git a/plugins/apple/apple.c b/plugins/apple/apple.c index dd8a559..d8e7375 100644 --- a/plugins/apple/apple.c +++ b/plugins/apple/apple.c @@ -38,6 +38,7 @@ __attribute__((constructor)) static void init() .on_spawn = NULL, .on_remove = NULL, .on_death = NULL, + .on_damage = NULL, }; register_air_function((struct generator_function) { -- cgit v1.2.3