diff options
Diffstat (limited to 'src/elements/coal.c')
| -rw-r--r-- | src/elements/coal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/coal.c b/src/elements/coal.c index 14c3138..d17a547 100644 --- a/src/elements/coal.c +++ b/src/elements/coal.c @@ -35,7 +35,7 @@ int update_COAL(UPDATE_FUNC_ARGS) { if (parts[r>>8].ctype == PT_IRON) { parts[r>>8].ctype = PT_METL; kill_part(i); - return 1; + return 1; } } } |
