mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-22 21:40:39 +00:00
moved it
This commit is contained in:
parent
16ae1d0a63
commit
cd417064e8
@ -30,7 +30,7 @@ namespace QSB.DeathSync
|
|||||||
{
|
{
|
||||||
var playerName = PlayerRegistry.GetPlayer(message.AboutId).Name;
|
var playerName = PlayerRegistry.GetPlayer(message.AboutId).Name;
|
||||||
var deathMessage = Necronomicon.GetPhrase(message.DeathType);
|
var deathMessage = Necronomicon.GetPhrase(message.DeathType);
|
||||||
DebugLog.ToAll(string.Format(deathMessage, playerName).ToUpper());
|
DebugLog.ToAll(string.Format(deathMessage, playerName));
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void OnReceiveLocal(PlayerDeathMessage message) => OnReceiveRemote(message);
|
public override void OnReceiveLocal(PlayerDeathMessage message) => OnReceiveRemote(message);
|
||||||
|
@ -18,7 +18,7 @@ namespace QSB.Utility
|
|||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
var data = new NotificationData(NotificationTarget.Player, message);
|
var data = new NotificationData(NotificationTarget.Player, message.ToUpper());
|
||||||
NotificationManager.SharedInstance.PostNotification(data);
|
NotificationManager.SharedInstance.PostNotification(data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user