mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-23 06:40:56 +00:00
slap a stacktrace on GetPlayerId
This commit is contained in:
parent
4b16bbe327
commit
4c4ed1d194
@ -35,7 +35,8 @@ namespace QSB.Utility
|
|||||||
{
|
{
|
||||||
if (!conn.identity)
|
if (!conn.identity)
|
||||||
{
|
{
|
||||||
DebugLog.ToConsole($"Error - GetPlayerId on {conn.address} has no identity", MessageType.Error);
|
// wtf
|
||||||
|
DebugLog.ToConsole($"Error - GetPlayerId on {conn.address} has no identity\n{Environment.StackTrace}", MessageType.Error);
|
||||||
return uint.MaxValue;
|
return uint.MaxValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user