This commit is contained in:
parent
e5a22904e6
commit
0f0641b607
1 changed files with 2 additions and 2 deletions
|
|
@ -290,7 +290,7 @@ namespace Server {
|
|||
|
||||
//TODO, when fully migrated to .NET 4.0:
|
||||
//private static List<Tuple<ConstructorInfo, string>> ReadTypes( BinaryReader tdbReader )
|
||||
private static List<object[]> ReadTypes( BinaryReader tdbReader )
|
||||
private static List<object[]> ReadTypes( BinaryReader tdbReader )
|
||||
{
|
||||
int count = tdbReader.ReadInt32();
|
||||
|
||||
|
|
@ -340,7 +340,7 @@ namespace Server {
|
|||
}
|
||||
|
||||
return types;
|
||||
}
|
||||
}
|
||||
|
||||
public static void Load() {
|
||||
if ( m_Loaded )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue