[.15.2] typos/inconsistencies in defines.

This subforum contains all the issues which we already resolved.
Post Reply
Nexela
Smart Inserter
Smart Inserter
Posts: 1828
Joined: Wed May 25, 2016 11:09 am
Contact:

[.15.2] typos/inconsistencies in defines.

Post by Nexela »

Code: Select all

defines = {
  shooting = {
    not_shooting = 0,
    shooting_enemies = 1,
    shooting_seleted = 2
shooting_seleted looks like a typo

Code: Select all

defines = {
    control_behavior = {
        type = {
            .......
            storage_tank = 7,
            ["train-stop"] = 8,
            transport_belt = 12
train-stop is not consistent with the other defined names (uses - and not _)
if defines.control_behavior.type["train-stop"]

posila
Factorio Staff
Factorio Staff
Posts: 5201
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: [.15.2] typos/inconsistencies in defines.

Post by posila »

Thanks for the report. Fixed for 0.15.3

Post Reply

Return to “Resolved Problems and Bugs”