mirror of
				https://github.com/DarkflameUniverse/DarkflameServer.git
				synced 2025-11-03 22:21:59 +00:00 
			
		
		
		
	comment
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
 | 
			
		||||
void AgSurvivalBuffStation::OnRebuildComplete(Entity* self, Entity* target) {
 | 
			
		||||
    auto destroyableComponent = self->GetComponent<DestroyableComponent>();
 | 
			
		||||
    // We set the faction to 6 so that the buff station sees players as friendly targets to buff
 | 
			
		||||
    // We set the faction to 1 so that the buff station sees players as friendly targets to buff
 | 
			
		||||
    if (destroyableComponent != nullptr) destroyableComponent->SetFaction(1);
 | 
			
		||||
 | 
			
		||||
    auto skillComponent = self->GetComponent<SkillComponent>();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user