summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/luaconsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luaconsole.c b/src/luaconsole.c
index e776304..c60fdf4 100644
--- a/src/luaconsole.c
+++ b/src/luaconsole.c
@@ -491,7 +491,7 @@ int luacon_element_getproperty(char * key, int * format)
offset = offsetof(part_type, explosive);
*format = 0;
}
- else if (strcmp(key, "metlable")==0){
+ else if (strcmp(key, "meltable")==0){
offset = offsetof(part_type, meltable);
*format = 0;
}