Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO 2.0/2.3] ShopAction fix


Notsu
 Share

Recommended Posts

The shop action is sent to all players and it's reseting shop action of all players not just of the player in shop.

Server side:

Find:

```
Sub ResetShopAction(ByVal Index As Long)
```

and change that line in this sub:

```
SendDataToAll Buffer.ToArray()
```
to:

```
SendDataTo Index, Buffer.ToArray()
```
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...