mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 07:24:53 +00:00
Fix resecuring CC (#268)
This commit is contained in:
parent
4c77c2788b
commit
d7a950a16f
1 changed files with 3 additions and 1 deletions
|
|
@ -1302,8 +1302,10 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
||||||
sendResponse(HackMessage(0, target_guid, guid, 100, unk1, HackState.Hacked, unk2))
|
sendResponse(HackMessage(0, target_guid, guid, 100, unk1, HackState.Hacked, unk2))
|
||||||
case LocalResponse.HackCaptureTerminal(target_guid, unk1, unk2, isResecured) =>
|
case LocalResponse.HackCaptureTerminal(target_guid, unk1, unk2, isResecured) =>
|
||||||
var value = 0L
|
var value = 0L
|
||||||
if(isResecured) {
|
|
||||||
|
if (isResecured) {
|
||||||
value = 17039360L
|
value = 17039360L
|
||||||
|
sendResponse(PlanetsideAttributeMessage(target_guid, 20, value))
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
continent.GUID(target_guid) match {
|
continent.GUID(target_guid) match {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue