diff options
| -rw-r--r-- | Private/Servers/CoreDisplay/Sources/CoreDisplay.c | 2 | ||||
| -rw-r--r-- | Private/Servers/CoreEvents/Sources/CoreEvents.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Private/Servers/CoreDisplay/Sources/CoreDisplay.c b/Private/Servers/CoreDisplay/Sources/CoreDisplay.c index 618bb031..5ea569ae 100644 --- a/Private/Servers/CoreDisplay/Sources/CoreDisplay.c +++ b/Private/Servers/CoreDisplay/Sources/CoreDisplay.c @@ -17,7 +17,7 @@ DWordType ServerStartup(VoidType) // as well. // - IPCSendMessage(kIPCBroadcast); /// broadcast our presence + IPCSendMessage(kIPCBroadcastNew); /// broadcast our presence return 0; } diff --git a/Private/Servers/CoreEvents/Sources/CoreEvents.c b/Private/Servers/CoreEvents/Sources/CoreEvents.c index 87fbffb1..e15bdebe 100644 --- a/Private/Servers/CoreEvents/Sources/CoreEvents.c +++ b/Private/Servers/CoreEvents/Sources/CoreEvents.c @@ -13,7 +13,7 @@ /// @brief Called when the server starts. DWordType ServerStartup(VoidType) { - IPCSendMessage(kIPCBroadcast); /// broadcast our presence + IPCSendMessage(kIPCBroadcastNew); /// broadcast our presence return 0; } |
