1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix unable to read litter information in plugin api

This commit is contained in:
Bas
2021-10-15 21:39:58 +02:00
parent 0b6c6bb22a
commit 8682a8677e
6 changed files with 14 additions and 7 deletions

View File

@@ -409,6 +409,7 @@ void ScriptEngine::Initialise()
ScTile::Register(ctx);
ScTileElement::Register(ctx);
ScEntity::Register(ctx);
ScLitter::Register(ctx);
ScVehicle::Register(ctx);
ScPeep::Register(ctx);
ScGuest::Register(ctx);