mirror of
https://github.com/pandorabox-io/banners.git
synced 2025-01-08 00:50:32 +01:00
fe72fc27a3
fixes #7 provides a work-around for the engine problem with entities.
15 lines
197 B
Lua
15 lines
197 B
Lua
globals = {
|
|
"banners",
|
|
"smartfs",
|
|
}
|
|
|
|
read_globals = {
|
|
"core",
|
|
"dump",
|
|
"factions",
|
|
"inventory_plus",
|
|
"table" = { "insert_all" },
|
|
"unified_inventory",
|
|
"vector",
|
|
}
|