mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 19:04:05 +02:00
Fix spelling error
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user