diff --git a/SEModAPIInternal/API/Entity/BaseEntity.cs b/SEModAPIInternal/API/Entity/BaseEntity.cs index 9cdfd81d..d3057135 100644 --- a/SEModAPIInternal/API/Entity/BaseEntity.cs +++ b/SEModAPIInternal/API/Entity/BaseEntity.cs @@ -833,7 +833,7 @@ public class BaseEntityNetworkManager public static string BaseEntityNetworkManagerNamespace = "5F381EA9388E0A32A8C817841E192BE8"; public static string BaseEntityNetworkManagerClass = "48D79F8E3C8922F14D85F6D98237314C"; - public static string BaseEntityBroadcastRemovalMethod = "60FF09F778CDDA6A0FB70EB387702B5A"; + public static string BaseEntityBroadcastRemovalMethod = "07A10B3299467BA857722A4CF44C08FA"; //Packets //10 - ?? diff --git a/SEModAPIInternal/API/Entity/PowerProducer.cs b/SEModAPIInternal/API/Entity/PowerProducer.cs index 12305ef3..37a6d4db 100644 --- a/SEModAPIInternal/API/Entity/PowerProducer.cs +++ b/SEModAPIInternal/API/Entity/PowerProducer.cs @@ -18,9 +18,9 @@ public class PowerProducer public static string PowerProducerNamespace = "FB8C11741B7126BD9C97FE76747E087F"; public static string PowerProducerClass = "7E69388ED0DB47818FB7AFF9F16C6EDA"; - public static string PowerProducerGetMaxPowerOutputMethod = "387129D7EFDBCE7A4ED1B9178FD8D732"; - public static string PowerProducerGetCurrentOutputMethod = "9B0E679A5F8A3F9EE1F9A2FEE446F13F"; - public static string PowerProducerSetCurrentOutputMethod = "2BA99BA0FEA6613A8408A4EC072B0484"; + public static string PowerProducerGetMaxPowerOutputMethod = "E00F4DD634DDCE475602A32D26A53C9F"; + public static string PowerProducerGetCurrentOutputMethod = "A651A5DE160FB93E9A42BDBBB6842B97"; + public static string PowerProducerSetCurrentOutputMethod = "8C7B376E624F0A42DE287AA489D4A517"; #endregion diff --git a/SEModAPIInternal/API/Entity/Sector/SectorObject/CubeGrid/CubeBlock/BatteryBlockEntity.cs b/SEModAPIInternal/API/Entity/Sector/SectorObject/CubeGrid/CubeBlock/BatteryBlockEntity.cs index b04f9571..a2fe7c22 100644 --- a/SEModAPIInternal/API/Entity/Sector/SectorObject/CubeGrid/CubeBlock/BatteryBlockEntity.cs +++ b/SEModAPIInternal/API/Entity/Sector/SectorObject/CubeGrid/CubeBlock/BatteryBlockEntity.cs @@ -483,7 +483,7 @@ protected static void ReceiveCurrentPowerPacket(ref T packet, Object netManag { try { - object result = BaseObject.InvokeEntityMethod(packet, "552425B7A9EDD20DA3AD6309E9A5A6C9"); + object result = BaseObject.InvokeEntityMethod(packet, "F90A78E04C13997F4430A35CE2D2AF48"); if (result == null) return; long entityId = (long)result; diff --git a/SEModAPIInternal/API/Entity/Sector/SectorObject/CubeGrid/CubeBlock/LandingGearEntity.cs b/SEModAPIInternal/API/Entity/Sector/SectorObject/CubeGrid/CubeBlock/LandingGearEntity.cs index ddd48250..147d341f 100644 --- a/SEModAPIInternal/API/Entity/Sector/SectorObject/CubeGrid/CubeBlock/LandingGearEntity.cs +++ b/SEModAPIInternal/API/Entity/Sector/SectorObject/CubeGrid/CubeBlock/LandingGearEntity.cs @@ -27,7 +27,7 @@ public class LandingGearEntity : FunctionalBlockEntity public static string LandingGearNamespace = "6DDCED906C852CFDABA0B56B84D0BD74"; public static string LandingGearClass = "5C73AAF1736F3AA9956574C6D9A2EEBE"; - public static string LandingGearGetAutoLockMethod = "9636D71556BCCF597936ED6DB44ADB32"; + public static string LandingGearGetAutoLockMethod = "2029452E34497F90579C6E212EF3B5C9"; public static string LandingGearSetAutoLockMethod = "F542ACDC0D61EB46F733A5527CFFBE14"; public static string LandingGearGetBrakeForceMethod = "A84CC3FC7B1C4CA0A631E34D2F024163"; public static string LandingGearSetBrakeForceMethod = "013F45FD594F8A80D5952A7AC22A931E"; diff --git a/SEModAPIInternal/API/Server/ServerNetworkManager.cs b/SEModAPIInternal/API/Server/ServerNetworkManager.cs index 88a0a019..1c63d990 100644 --- a/SEModAPIInternal/API/Server/ServerNetworkManager.cs +++ b/SEModAPIInternal/API/Server/ServerNetworkManager.cs @@ -21,8 +21,8 @@ public class ServerNetworkManager : NetworkManager public static string ServerNetworkManagerClass = "3B0B7A338600A7B9313DE1C3723DAD14"; public static string ServerNetworkManagerDisconnectPlayerMethod = "09FDD2D9700A7E602BE8722F81A55AC6"; - public static string ServerNetworkManagerSetPlayerBannedMethod = "6E12425ACDB440E75BD83239EC0F2A64"; - public static string ServerNetworkManagerKickPlayerMethod = "B3060AA14AD873B5BBF642517C7B7CC3"; + public static string ServerNetworkManagerSetPlayerBannedMethod = "A246527F58423CEBF0BB2D8093B49FFA"; + public static string ServerNetworkManagerKickPlayerMethod = "3FAE81FF031B80F7DFF713562824B03E"; public static string ServerNetworkManagerConnectedPlayersField = "89E92B070228A8BC746EFB57A3F6D2E5";