Skip to content

Commit c9f7c45

Browse files
NoseeyFlamefire
andauthored
remove unnecessary this
Co-authored-by: Alexander Grund <Flamefire@users.noreply.github.com>
1 parent ef0a329 commit c9f7c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libs/s25main/buildings/noBuildingSite.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ void noBuildingSite::OrderConstructionMaterial()
149149
return;
150150

151151
// Optimization: return early if building is isolated
152-
if(!this->IsConnected())
152+
if(!IsConnected())
153153
return;
154154

155155
// Bretter

0 commit comments

Comments
 (0)