mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 12:08:52 +00:00
rename this
This commit is contained in:
parent
2d05b25ad0
commit
f9c861e541
@ -88,7 +88,7 @@ public static class QSBWorldSync
|
||||
|
||||
if (!QSBCore.IsHost)
|
||||
{
|
||||
new HashMessage(WorldObjectsHash).Send();
|
||||
new WorldObjectsHashMessage(WorldObjectsHash).Send();
|
||||
new RequestLinksMessage().Send();
|
||||
}
|
||||
|
||||
|
@ -5,9 +5,9 @@ using QSB.Utility;
|
||||
|
||||
namespace QSB.WorldSync;
|
||||
|
||||
internal class HashMessage : QSBMessage<int>
|
||||
internal class WorldObjectsHashMessage : QSBMessage<int>
|
||||
{
|
||||
public HashMessage(int hash) : base(hash) => To = 0;
|
||||
public WorldObjectsHashMessage(int hash) : base(hash) => To = 0;
|
||||
|
||||
public override void OnReceiveRemote()
|
||||
{
|
Loading…
Reference in New Issue
Block a user