mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-01-18 15:36:27 +01:00
Revert "Merge branch 'patch-photo-extradata' into 'dev'"
This reverts merge request !82
This commit is contained in:
parent
f14bd9dbc8
commit
e8db4ce104
@ -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