-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error with PayHit #6
Open
Cubody
wants to merge
13
commits into
Zamirathe:master
Choose a base branch
from
RocketModPlugins:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Refactor and updated libraries
Small code cleanup & Updated MySql.Data to 8.0.18
CatzMR
approved these changes
Dec 26, 2022
Oh nice! And five years have not passed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NullReferenceException: Object reference not set to an instance of an object - SDG.Unturned.ChatManager.receiveChatMessage (CSteamID speakerSteamID, System.String iconURL, EChatMode mode, Color color, Boolean isRich, System.String text)
SDG.Unturned.ChatManager.tellChat (CSteamID steamID, CSteamID owner, System.String iconURL, Byte mode, Color color, Boolean rich, System.String text)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters)
SDG.Unturned.SteamChannel.receive (CSteamID steamID, System.Byte[] packet, Int32 offset, Int32 size)
UnityEngine.Debug:LogException(Exception)
SDG.Unturned.SteamChannel:receive(CSteamID, Byte[], Int32, Int32)
SDG.Unturned.SteamChannel:send(String, CSteamID, ESteamPacket, Object[])
Rocket.Unturned.Chat.UnturnedChat:Say(CSteamID, String, Color, Boolean)
Rocket.Unturned.Chat.UnturnedChat:Say(CSteamID, String, Boolean)
Rocket.Unturned.Chat.UnturnedChat:Say(CSteamID, String)
Uconomy_Essentials.PlayerUE:rpe_OnPlayerDeath(UnturnedPlayer, EDeathCause, ELimb, CSteamID)
System.Delegate:DynamicInvoke(Object[])
Rocket.Core.Extensions.MulticastDelegateExtension:TryInvoke(MulticastDelegate, Object[])
Rocket.Unturned.Events.UnturnedPlayerEvents:TriggerSend(SteamPlayer, String, ESteamCall, ESteamPacket, Object[])
Rocket.Unturned.<>c:b__16_2(SteamPlayer, String, ESteamCall, ESteamPacket, Object[])
SDG.Unturned.SteamChannel:send(String, ESteamCall, ESteamPacket, Object[])
SDG.Unturned.PlayerLife:doDamage(Byte, Vector3, EDeathCause, ELimb, CSteamID, EPlayerKill&)
SDG.Unturned.PlayerLife:askDamage(Byte, Vector3, EDeathCause, ELimb, CSteamID, EPlayerKill&)
SDG.Unturned.DamageTool:damage(Player, EDeathCause, ELimb, CSteamID, Vector3, Single, Single, EPlayerKill&)
SDG.Unturned.Zombie:tick()
SDG.Unturned.ZombieManager:Update()
General: Exception raised when RPC invoked tellChat:
NullReferenceException: Object reference not set to an instance of an object - SDG.Unturned.ChatManager.receiveChatMessage (CSteamID speakerSteamID, System.String iconURL, EChatMode mode, Color color, Boolean isRich, System.String text)
SDG.Unturned.ChatManager.tellChat (CSteamID steamID, CSteamID owner, System.String iconURL, Byte mode, Color color, Boolean rich, System.String text)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters)
SDG.Unturned.SteamChannel.receive (CSteamID steamID, System.Byte[] packet, Int32 offset, Int32 size)
UnityEngine.Debug:LogException(Exception)
SDG.Unturned.SteamChannel:receive(CSteamID, Byte[], Int32, Int32)
SDG.Unturned.SteamChannel:send(String, CSteamID, ESteamPacket, Object[])
Rocket.Unturned.Chat.UnturnedChat:Say(CSteamID, String, Color, Boolean)
Rocket.Unturned.Chat.UnturnedChat:Say(CSteamID, String, Boolean)
Rocket.Unturned.Chat.UnturnedChat:Say(CSteamID, String)
Uconomy_Essentials.PlayerUE:rpe_OnPlayerDeath(UnturnedPlayer, EDeathCause, ELimb, CSteamID)
System.Delegate:DynamicInvoke(Object[])
Rocket.Core.Extensions.MulticastDelegateExtension:TryInvoke(MulticastDelegate, Object[])
Rocket.Unturned.Events.UnturnedPlayerEvents:TriggerSend(SteamPlayer, String, ESteamCall, ESteamPacket, Object[])
Rocket.Unturned.<>c:b__16_2(SteamPlayer, String, ESteamCall, ESteamPacket, Object[])
SDG.Unturned.SteamChannel:send(String, ESteamCall, ESteamPacket, Object[])
SDG.Unturned.PlayerLife:doDamage(Byte, Vector3, EDeathCause, ELimb, CSteamID, EPlayerKill&)
SDG.Unturned.PlayerLife:askDamage(Byte, Vector3, EDeathCause, ELimb, CSteamID, EPlayerKill&)
SDG.Unturned.DamageTool:damage(Player, EDeathCause, ELimb, CSteamID, Vector3, Single, Single, EPlayerKill&)
SDG.Unturned.Zombie:tick()
SDG.Unturned.ZombieManager:Update()