diff options
author | MW | 2007-02-03 19:51:52 +0000 |
---|---|---|
committer | MW | 2007-02-03 19:51:52 +0000 |
commit | 3a157273da7de6caa098ac4af406e37be02a1171 (patch) | |
tree | b30b6a30a7e84ebe2dcff80e9d0207b8495f1173 /Globals.cs | |
parent | (no commit message) (diff) | |
download | opensim-SC-3a157273da7de6caa098ac4af406e37be02a1171.zip opensim-SC-3a157273da7de6caa098ac4af406e37be02a1171.tar.gz opensim-SC-3a157273da7de6caa098ac4af406e37be02a1171.tar.bz2 opensim-SC-3a157273da7de6caa098ac4af406e37be02a1171.tar.xz |
Added Basic Inventory support
Diffstat (limited to 'Globals.cs')
-rw-r--r-- | Globals.cs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | Copyright (c) 2007 Michael Wright | 2 | Copyright (c) OpenSim project, http://sim.opensecondlife.org/ |
3 | 3 | ||
4 | * Copyright (c) <year>, <copyright holder> | 4 | * Copyright (c) <year>, <copyright holder> |
5 | * All rights reserved. | 5 | * All rights reserved. |
@@ -53,6 +53,7 @@ namespace OpenSim | |||
53 | public int IpPort=1000; | 53 | public int IpPort=1000; |
54 | 54 | ||
55 | public bool LoginSever=true; | 55 | public bool LoginSever=true; |
56 | public ushort LoginServerPort=8080; | ||
56 | 57 | ||
57 | //public string RegionName= "The Other\0"; | 58 | //public string RegionName= "The Other\0"; |
58 | //public ulong RegionHandle= 1095113581519872; | 59 | //public ulong RegionHandle= 1095113581519872; |