Skip to content

Commit

Permalink
bugfix: GeoIP работает в админ Options Panel (#6481)
Browse files Browse the repository at this point in the history
BeebBeebBoob authored Jan 28, 2025
1 parent 13ba53f commit 453bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/admin/player_options_panel.dm
Original file line number Diff line number Diff line change
@@ -195,7 +195,7 @@
usr.client.holder.Topic(null, list("shownoteckey" = M.ckey))
if("playtime")
usr.client.holder.Topic(null, list("getplaytimewindow" = M.UID()))
if("playtime")
if("geoip")
usr.client.holder.Topic(null, list("geoip" = M.UID()))
if("ccdb")
usr.client.holder.Topic(null, list("open_ccDB" = M.ckey))

0 comments on commit 453bca7

Please sign in to comment.