Skip to content

Commit

Permalink
GPG test part 2: electric boog.
Browse files Browse the repository at this point in the history
  • Loading branch information
InfinityDevTech committed Nov 10, 2024
1 parent c246fe9 commit 0e5ba28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/room/expansion.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub fn attempt_expansion(memory: &mut ScreepsMemory, cache: &RoomCache) {
match expansion_memory.current_status {
ExpansionStatus::FindingCapable => {
if expansion_memory.last_chcked + 10 > game::time() {
info!("[EXPANSION] We dont have enough scouting data!");
info!("[EXPANSION] We dont have enough scouting data! This is a test.");
return;
}

Expand Down

0 comments on commit 0e5ba28

Please sign in to comment.