Ignore:
Timestamp:
Jul 12, 2024, 10:18:15 AM (4 months ago)
Author:
alloc
Message:

27_34_48

  • Compatibility fix V1.0 b316
File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/src/API.cs

    r488 r493  
    6565                        if (_cInfo != null) {
    6666                                Log.Out ($"Sent chat hook reply to {_cInfo.InternalId}");
    67                                 _cInfo.SendPackage (NetPackageManager.GetPackage<NetPackageChat> ().Setup (EChatType.Whisper, -1, ANSWER, "",  null));
     67                                _cInfo.SendPackage (NetPackageManager.GetPackage<NetPackageChat> ().Setup (EChatType.Whisper, -1, ANSWER,  null, EMessageSender.Server));
    6868                        } else {
    6969                                Log.Error ($"ChatHookExample: Argument _cInfo null on message: {_msg}");
Note: See TracChangeset for help on using the changeset viewer.