Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Commit

Permalink
fixed sound bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ejb1123 committed Mar 17, 2018
1 parent 113cff8 commit 2c9c3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/ELS-Server/Class1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public Class1()
#if DEBUG
Debug.WriteLine($"NetworkID {dd["NetworkID"]}");
#endif
_cachedData[(int)dd["NetworkID"]] = dd;
_cachedData[(Int16)dd["NetworkID"]] = dd;
BroadcastMessage(dataDic, playerID);
});
EventHandlers["ELS:FullSync:Request:All"] += new Action<int>((int source) =>
Expand Down

0 comments on commit 2c9c3ef

Please sign in to comment.