mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-27 14:55:22 +00:00
resolutions 3; exo-suit conventions
This commit is contained in:
parent
c4bb0a77f6
commit
a782e7bc46
3 changed files with 9 additions and 3 deletions
|
|
@ -7791,7 +7791,7 @@ class WorldSessionActor extends Actor with MDCContextAware {
|
|||
sendResponse(PlanetsideAttributeMessage(amenityId, 47, if(silo.LowNtuWarningOn) 1 else 0))
|
||||
|
||||
if(silo.ChargeLevel == 0) {
|
||||
sendResponse(PlanetsideAttributeMessage(silo.Owner.asInstanceOf[Building].GUID, 48, 1))
|
||||
sendResponse(PlanetsideAttributeMessage(silo.Owner.GUID, 48, 1))
|
||||
}
|
||||
case _ => ;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue