Skip to content

Commit

Permalink
-Fixed missing methods from game patch 1.044.012
Browse files Browse the repository at this point in the history
  • Loading branch information
chessmaster42 committed Aug 22, 2014
1 parent 3e83e56 commit 477c5a7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion SEModAPIInternal/API/Common/PlayerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ public class PlayerManager
#region "Attributes"

private static PlayerManager m_instance;
private PlayerMap m_playerMap;

public static string PlayerManagerNamespace = "5F381EA9388E0A32A8C817841E192BE8";
public static string PlayerManagerClass = "08FBF1782D25BEBDA2070CAF8CE47D72";
Expand Down
2 changes: 1 addition & 1 deletion SEModAPIInternal/API/Entity/BaseEntity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ public class BaseEntityNetworkManager
public static string BaseEntityNetworkManagerNamespace = "5F381EA9388E0A32A8C817841E192BE8";
public static string BaseEntityNetworkManagerClass = "48D79F8E3C8922F14D85F6D98237314C";

public static string BaseEntityBroadcastRemovalMethod = "F697CBD11E956415D8B314387B47FB26";
public static string BaseEntityBroadcastRemovalMethod = "3FC84604B0A44EDD4FAC259ED7F12DF8";

#endregion

Expand Down
6 changes: 3 additions & 3 deletions SEModAPIInternal/API/Entity/PowerProducer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ public class PowerProducer
public static string PowerProducerNamespace = "FB8C11741B7126BD9C97FE76747E087F";
public static string PowerProducerClass = "7E69388ED0DB47818FB7AFF9F16C6EDA";

public static string PowerProducerGetMaxPowerOutputMethod = "2D055C4B10A9429C81E1D145091516CA";
public static string PowerProducerGetCurrentOutputMethod = "E86AB8FEE976194868EC41F96B38A593";
public static string PowerProducerSetCurrentOutputMethod = "845BEE696F7E4854D8F76C77579A5364";
public static string PowerProducerGetMaxPowerOutputMethod = "2E8DCE2B3065DC5CC9C71D6497AD725F";
public static string PowerProducerGetCurrentOutputMethod = "E450BC239A06B9CCE3C6324F197F2514";
public static string PowerProducerSetCurrentOutputMethod = "0953BBD7DA446E00E0F770EED3071791";

#endregion

Expand Down
4 changes: 2 additions & 2 deletions SEModAPIInternal/API/Server/ServerNetworkManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ public class ServerNetworkManager : NetworkManager
public static string ServerNetworkManagerNamespace = "C42525D7DE28CE4CFB44651F3D03A50D";
public static string ServerNetworkManagerClass = "3B0B7A338600A7B9313DE1C3723DAD14";

public static string ServerNetworkManagerSetPlayerBannedMethod = "7D9EAF2EB150DB908C50EC4E95E1E122";
public static string ServerNetworkManagerSetPlayerBannedMethod = "E655D148C88F30FC96F4CF0F65E25897";
public static string ServerNetworkManagerDisconnectPlayerMethod = "09FDD2D9700A7E602BE8722F81A55AC6";
public static string ServerNetworkManagerKickPlayerMethod = "DD71020595C91F4DA3749F867E63AEAC";
public static string ServerNetworkManagerKickPlayerMethod = "8F6EEFDDC583B19919D7226A25B2C67F";

public static string ServerNetworkManagerConnectedPlayersField = "89E92B070228A8BC746EFB57A3F6D2E5";

Expand Down

0 comments on commit 477c5a7

Please sign in to comment.