Factorio Standard Library

by Nexela

The Factorio Standard Library is a project to bring Factorio modders high-quality, commonly-required utilities and tools.

Internal
2 years ago
0.17 - 1.1
407K

b Event.get_event_handler(event_id) crash the game

2 years ago

Hi

There is a crash I call Event.get_event_handler(event_id). It should call bootstrap_events[event_id], instead of bootstrap_events(event_id)

The PR:
https://github.com/Afforess/Factorio-Stdlib/pull/159

New response