mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-26 16:30:52 +01:00
Merge branch 'revert-f14bd9db' into 'dev'
Revert "Merge branch 'patch-photo-extradata' into 'dev'" See merge request morningstar/Arcturus-Community!83
This commit is contained in:
commit
6ca2973d87
@ -1 +0,0 @@
|
||||
UPDATE `emulator_settings` SET `value`='{\"t\":%timestamp%, \"u\":\"%id%\", \"n\":\"%username%\", \"s\":%user_id%, \"w\":\"%url%\"}' WHERE (`key`='camera.extradata');
|
@ -45,7 +45,7 @@ public class HabboInfo implements Runnable {
|
||||
private TIntIntHashMap currencies;
|
||||
private GamePlayer gamePlayer;
|
||||
private int photoRoomId;
|
||||
private long photoTimestamp;
|
||||
private int photoTimestamp;
|
||||
private String photoURL;
|
||||
private String photoJSON;
|
||||
private int webPublishTimestamp;
|
||||
@ -430,11 +430,11 @@ public class HabboInfo implements Runnable {
|
||||
this.photoRoomId = roomId;
|
||||
}
|
||||
|
||||
public long getPhotoTimestamp() {
|
||||
public int getPhotoTimestamp() {
|
||||
return this.photoTimestamp;
|
||||
}
|
||||
|
||||
public void setPhotoTimestamp(long photoTimestamp) {
|
||||
public void setPhotoTimestamp(int photoTimestamp) {
|
||||
this.photoTimestamp = photoTimestamp;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user