From 7185410822b74159b9ccfa6f53a27e9040a63840 Mon Sep 17 00:00:00 2001 From: Christopher Date: Sun, 19 Mar 2023 10:49:05 +0100 Subject: [PATCH] add Regionmanager --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 33af787..4575d44 100644 --- a/index.php +++ b/index.php @@ -15,6 +15,7 @@ include_once("classen/OpenSimulator/OSParcel.php"); include_once("classen/OpenSimulator/OSRegion.php"); include_once("classen/OpenSimulator/OSTexture.php"); include_once("classen/OpenSimulator/OSUser.php"); +include_once("classen/RegionManager.php"); include_once("classen/OpenSimulator/OSAssetConecctor.php");